#423060

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

Shades of Jacarta #423060

Tints of Jacarta #423060

Color information

#423060 (or 0x423060) is unknown color: approx Jacarta. HEX triplet: 42, 30 and 60. RGB value is (66,48,96). Sum of RGB (Red+Green+Blue) = 66+48+96=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #423060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423060 is #BDCF9F. Grayscale: #3A3A3A. Windows color (decimal): -12439456 or 6303810. OLE color: 6303810.

HSL color Cylindrical-coordinate representation of color #423060: hue angle of 262.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #423060 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB664896-
CMYK0.310.5000.62
HSL262.5º33.33%28.24%-
HSV(B)262.5º50%37.65%-
XYZ5.424.1211.58-
YUV58.85148.96133.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=31.43%
G=22.86%
B=45.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6648960.310.5000.62262.533.3328.24
Hex4230601F3203E106211c
Octal1026014037620764064134
Binary1000010110000110000011111110010011111010000011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423060; }

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

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

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

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

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

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

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

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