Html Css Color HEX #422D64 Jacarta

📋 copy color: '#422D64'

red 66 ◦ green 45 ◦ blue 100

#422D64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacarta #422D64

Tints of Jacarta #422D64

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 value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#422D64 (or 0x422D64) is known color: 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

RGB 66 45 100 -
CMYK 0.34 0.55 0 0.61
HSL 262.91º 0.38% 0.28% -
HSV(B) 262.91º 0.55% 0.39% -
XYZ 5.49 3.96 12.53 -
YUV 57.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 66 45 100 0.34 0.55 0 0.61 262.91 0.38 0.28
Hex 42 2D 64 22 37 0 3D 107 26 1C
Octal 102 55 144 42 67 0 75 407 46 34
Binary 1000010 101101 1100100 100010 110111 0 111101 100000111 100110 11100

Color Harmonies of #422D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D64

Black with #422D64

Text Example


Text Example

White with #422D64

Text Example


Text Example

HTML Codes & Css Web 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>