#423259

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

Shades of Jacarta #423259

Tints of Jacarta #423259

Color information

#423259 (or 0x423259) is unknown color: approx Jacarta. HEX triplet: 42, 32 and 59. RGB value is (66,50,89). Sum of RGB (Red+Green+Blue) = 66+50+89=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #423259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423259 is #BDCDA6. Grayscale: #3B3B3B. Windows color (decimal): -12438951 or 5845570. OLE color: 5845570.

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

Color convert

RGB665089-
CMYK0.260.4400.65
HSL264.62º28.06%27.25%-
HSV(B)264.62º43.82%34.9%-
XYZ5.194.169.98-
YUV59.23144.8132.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=32.20%
G=24.39%
B=43.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6650890.260.4400.65264.6228.0627.25
Hex4232591A2C0411091c1b
Octal10262131325401014113433
Binary1000010110010101100111010101100010000011000010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423259; }

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

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

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

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

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

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

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

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