#42315B

Color #42315B Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #42315B

Tints of Jacarta #42315B

Color information

#42315B (or 0x42315B) is unknown color: approx Jacarta. HEX triplet: 42, 31 and 5B. RGB value is (66,49,91). Sum of RGB (Red+Green+Blue) = 66+49+91=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #42315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42315B is #BDCEA4. Grayscale: #3A3A3A. Windows color (decimal): -12439205 or 5976386. OLE color: 5976386.

HSL color Cylindrical-coordinate representation of color #42315B: hue angle of 264.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42315B is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB664991-
CMYK0.270.4600.64
HSL264.29º30%27.45%-
HSV(B)264.29º46.15%35.69%-
XYZ5.234.1110.42-
YUV58.87146.13133.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=32.04%
G=23.79%
B=44.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6649910.270.4600.64264.293027.45
Hex42315B1B2E0401081e1b
Octal10261133335601004103633
Binary1000010110001101101111011101110010000001000010001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42315B; }

 p { color: rgb(66,49,91); }

 H1.HeaderClassName
 {
   color: #42315B;
 }
 .AnyTagClassName
 {
   color: #42315B;
 }
</style>
background-color css

<style>
 a { background-color: #42315B; }

 a { background-color: rgb(66,49,91); }

 div.DivClassName
 {
   background-color: #42315B;
 }
 .BgClassName
 {
   background-color: #42315B;
 }
</style>
border-color css

<style>
 span { border-color: #42315B; }

 span { border-color: rgb(66,49,91); }

 td.TdClassName
 {
   border-color: #42315B;
 }
 .TagClassName
 {
   border-color: #42315B;
 }
</style>