#42305C

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

Shades of Jacarta #42305C

Tints of Jacarta #42305C

Color information

#42305C (or 0x42305C) is unknown color: approx Jacarta. HEX triplet: 42, 30 and 5C. RGB value is (66,48,92). Sum of RGB (Red+Green+Blue) = 66+48+92=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #42305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42305C is #BDCFA3. Grayscale: #3A3A3A. Windows color (decimal): -12439460 or 6041666. OLE color: 6041666.

HSL color Cylindrical-coordinate representation of color #42305C: hue angle of 264.55º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42305C is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB664892-
CMYK0.280.4800.64
HSL264.55º31.43%27.45%-
HSV(B)264.55º47.83%36.08%-
XYZ5.244.0410.63-
YUV58.4146.96133.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=32.04%
G=23.30%
B=44.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6648920.280.4800.64264.5531.4327.45
Hex42305C1C300401091f1b
Octal10260134346001004113733
Binary1000010110000101110011100110000010000001000010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42305C; }

 p { color: rgb(66,48,92); }

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

<style>
 a { background-color: #42305C; }

 a { background-color: rgb(66,48,92); }

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

<style>
 span { border-color: #42305C; }

 span { border-color: rgb(66,48,92); }

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