#423159

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

Shades of Jacarta #423159

Tints of Jacarta #423159

Color information

#423159 (or 0x423159) is unknown color: approx Jacarta. HEX triplet: 42, 31 and 59. RGB value is (66,49,89). Sum of RGB (Red+Green+Blue) = 66+49+89=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #423159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423159 is #BDCEA6. Grayscale: #3A3A3A. Windows color (decimal): -12439207 or 5845314. OLE color: 5845314.

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

Color convert

RGB664989-
CMYK0.260.4500.65
HSL265.5º28.99%27.06%-
HSV(B)265.5º44.94%34.9%-
XYZ5.154.089.97-
YUV58.64145.13133.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=32.35%
G=24.02%
B=43.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6649890.260.4500.65265.528.9927.06
Hex4231591A2D04110a1d1b
Octal10261131325501014123533
Binary1000010110001101100111010101101010000011000010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423159; }

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

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

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

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

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

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

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

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