#423059

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

Shades of Jacarta #423059

Tints of Jacarta #423059

Color information

#423059 (or 0x423059) is unknown color: approx Jacarta. HEX triplet: 42, 30 and 59. RGB value is (66,48,89). Sum of RGB (Red+Green+Blue) = 66+48+89=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #423059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423059 is #BDCFA6. Grayscale: #393939. Windows color (decimal): -12439463 or 5845058. OLE color: 5845058.

HSL color Cylindrical-coordinate representation of color #423059: hue angle of 266.34º degrees, saturation: 0.3, 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 #423059 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB664889-
CMYK0.260.4600.65
HSL266.34º29.93%26.86%-
HSV(B)266.34º46.07%34.9%-
XYZ5.113.999.95-
YUV58.06145.46133.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=32.51%
G=23.65%
B=43.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6648890.260.4600.65266.3429.9326.86
Hex4230591A2E04110a1e1b
Octal10260131325601014123633
Binary1000010110000101100111010101110010000011000010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423059; }

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

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

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

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

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

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

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

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