#42315A

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

Shades of Jacarta #42315A

Tints of Jacarta #42315A

Color information

#42315A (or 0x42315A) is unknown color: approx Jacarta. HEX triplet: 42, 31 and 5A. RGB value is (66,49,90). Sum of RGB (Red+Green+Blue) = 66+49+90=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #42315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42315A is #BDCEA5. Grayscale: #3A3A3A. Windows color (decimal): -12439206 or 5910850. OLE color: 5910850.

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

Color convert

RGB664990-
CMYK0.270.4600.65
HSL264.88º29.5%27.25%-
HSV(B)264.88º45.56%35.29%-
XYZ5.194.0910.19-
YUV58.76145.63133.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=32.20%
G=23.90%
B=43.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6649900.270.4600.65264.8829.527.25
Hex42315A1B2E0411091d1b
Octal10261132335601014113533
Binary1000010110001101101011011101110010000011000010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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