#423560

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

Shades of Jacarta #423560

Tints of Jacarta #423560

Color information

#423560 (or 0x423560) is unknown color: approx Jacarta. HEX triplet: 42, 35 and 60. RGB value is (66,53,96). Sum of RGB (Red+Green+Blue) = 66+53+96=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #423560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423560 is #BDCA9F. Grayscale: #3D3D3D. Windows color (decimal): -12438176 or 6305090. OLE color: 6305090.

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

Color convert

RGB665396-
CMYK0.310.4500.62
HSL258.14º28.86%29.22%-
HSV(B)258.14º44.79%37.65%-
XYZ5.634.5511.65-
YUV61.79147.31131-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=30.70%
G=24.65%
B=44.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6653960.310.4500.62258.1428.8629.22
Hex4235601F2D03E1021d1d
Octal1026514037550764023535
Binary100001011010111000001111110110101111101000000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423560; }

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

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

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

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

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

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

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

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