#423360

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

Shades of Jacarta #423360

Tints of Jacarta #423360

Color information

#423360 (or 0x423360) is unknown color: approx Jacarta. HEX triplet: 42, 33 and 60. RGB value is (66,51,96). Sum of RGB (Red+Green+Blue) = 66+51+96=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #423360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423360 is #BDCC9F. Grayscale: #3C3C3C. Windows color (decimal): -12438688 or 6304578. OLE color: 6304578.

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

Color convert

RGB665196-
CMYK0.310.4700.62
HSL260º30.61%28.82%-
HSV(B)260º46.88%37.65%-
XYZ5.544.3711.62-
YUV60.61147.97131.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=30.99%
G=23.94%
B=45.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6651960.310.4700.6226030.6128.82
Hex4233601F2F03E1041f1d
Octal1026314037570764043735
Binary100001011001111000001111110111101111101000001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423360; }

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

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

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

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

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

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

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

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