#423158

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

Shades of Jacarta #423158

Tints of Jacarta #423158

Color information

#423158 (or 0x423158) is unknown color: approx Jacarta. HEX triplet: 42, 31 and 58. RGB value is (66,49,88). Sum of RGB (Red+Green+Blue) = 66+49+88=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #423158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423158 is #BDCEA7. Grayscale: #3A3A3A. Windows color (decimal): -12439208 or 5779778. OLE color: 5779778.

HSL color Cylindrical-coordinate representation of color #423158: hue angle of 266.15º 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 #423158 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB664988-
CMYK0.250.4400.65
HSL266.15º28.47%26.86%-
HSV(B)266.15º44.32%34.51%-
XYZ5.114.069.75-
YUV58.53144.63133.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=32.51%
G=24.14%
B=43.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6649880.250.4400.65266.1528.4726.86
Hex423158192C04110a1c1b
Octal10261130315401014123433
Binary1000010110001101100011001101100010000011000010101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423158; }

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

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

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

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

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

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

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

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