#423160

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

Shades of Jacarta #423160

Tints of Jacarta #423160

Color information

#423160 (or 0x423160) is unknown color: approx Jacarta. HEX triplet: 42, 31 and 60. RGB value is (66,49,96). Sum of RGB (Red+Green+Blue) = 66+49+96=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #423160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423160 is #BDCE9F. Grayscale: #3B3B3B. Windows color (decimal): -12439200 or 6304066. OLE color: 6304066.

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

Color convert

RGB664996-
CMYK0.310.4900.62
HSL261.7º32.41%28.43%-
HSV(B)261.7º48.96%37.65%-
XYZ5.464.211.59-
YUV59.44148.63132.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=31.28%
G=23.22%
B=45.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6649960.310.4900.62261.732.4128.43
Hex4231601F3103E106201c
Octal1026114037610764064034
Binary1000010110001110000011111110001011111010000011010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423160; }

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

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

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

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

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

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

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

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