#422D64

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

Shades of Jacarta #422D64

Tints of Jacarta #422D64

Color information

#422D64 (or 0x422D64) is unknown color: approx Jacarta. HEX triplet: 42, 2D and 64. RGB value is (66,45,100). Sum of RGB (Red+Green+Blue) = 66+45+100=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #422D64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D64 is #BDD29B. Grayscale: #393939. Windows color (decimal): -12440220 or 6565186. OLE color: 6565186.

HSL color Cylindrical-coordinate representation of color #422D64: hue angle of 262.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #422D64 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6645100-
CMYK0.340.5500.61
HSL262.91º37.93%28.43%-
HSV(B)262.91º55%39.22%-
XYZ5.493.9612.53-
YUV57.55151.96134.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 45 (17.97% from 255) = 21.33%
BLUE value IS 100 (39.45% from 255) = 47.39%
R=31.28%
G=21.33%
B=47.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal66451000.340.5500.61262.9137.9328.43
Hex422D64223703D107261c
Octal1025514442670754074634
Binary10000101011011100100100010110111011110110000011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422D64; }

 p { color: rgb(66,45,100); }

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

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

 a { background-color: rgb(66,45,100); }

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

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

 span { border-color: rgb(66,45,100); }

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