#423561

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

Shades of Jacarta #423561

Tints of Jacarta #423561

Color information

#423561 (or 0x423561) is unknown color: approx Jacarta. HEX triplet: 42, 35 and 61. RGB value is (66,53,97). Sum of RGB (Red+Green+Blue) = 66+53+97=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #423561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423561 is #BDCA9E. Grayscale: #3D3D3D. Windows color (decimal): -12438175 or 6370626. OLE color: 6370626.

HSL color Cylindrical-coordinate representation of color #423561: hue angle of 257.73º 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 #423561 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB665397-
CMYK0.320.4500.62
HSL257.73º29.33%29.41%-
HSV(B)257.73º45.36%38.04%-
XYZ5.684.5711.89-
YUV61.9147.81130.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=30.56%
G=24.54%
B=44.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6653970.320.4500.62257.7329.3329.41
Hex423561202D03E1021d1d
Octal1026514140550764023535
Binary1000010110101110000110000010110101111101000000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423561; }

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

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

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

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

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

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

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

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