#423661

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

Shades of Jacarta #423661

Tints of Jacarta #423661

Color information

#423661 (or 0x423661) is unknown color: approx Jacarta. HEX triplet: 42, 36 and 61. RGB value is (66,54,97). Sum of RGB (Red+Green+Blue) = 66+54+97=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #423661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423661 is #BDC99E. Grayscale: #3E3E3E. Windows color (decimal): -12437919 or 6370882. OLE color: 6370882.

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

Color convert

RGB665497-
CMYK0.320.4400.62
HSL256.74º28.48%29.61%-
HSV(B)256.74º44.33%38.04%-
XYZ5.724.6611.91-
YUV62.49147.48130.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=30.41%
G=24.88%
B=44.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6654970.320.4400.62256.7428.4829.61
Hex423661202C03E1011c1e
Octal1026614140540764013436
Binary1000010110110110000110000010110001111101000000011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423661; }

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

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

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

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

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

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

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

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