Html Css Color HEX #422E64 Jacarta

📋 copy color: '#422E64'

red 66 ◦ green 46 ◦ blue 100

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

Shades of Jacarta #422E64

Tints of Jacarta #422E64

RGB

 RED value IS 66 (26.17% from 255) = 31.13%

 GREEN value IS 46 (18.36% from 255) = 21.7%

 BLUE value IS 100 (39.45% from 255) = 47.17%

R = 31.13%
G = 21.7%
B = 47.17%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#422E64 (or 0x422E64) is known color: Jacarta. HEX triplet: 42, 2E and 64. RGB value is (66,46,100). Sum of RGB (Red+Green+Blue) = 66+46+100=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #422E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E64 is #BDD19B. Grayscale: #393939. Windows color (decimal): -12439964 or 6565442. OLE color: 6565442.

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

Color convert

RGB 66 46 100 -
CMYK 0.34 0.54 0 0.61
HSL 262.22º 0.37% 0.29% -
HSV(B) 262.22º 0.54% 0.39% -
XYZ 5.52 4.03 12.54 -
YUV 58.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 66 46 100 0.34 0.54 0 0.61 262.22 0.37 0.29
Hex 42 2E 64 22 36 0 3D 106 25 1D
Octal 102 56 144 42 66 0 75 406 45 35
Binary 1000010 101110 1100100 100010 110110 0 111101 100000110 100101 11101

Color Harmonies of #422E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E64

Black with #422E64

Text Example


Text Example

White with #422E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #422E64;
 }
 .AnyTagClassName
 {
   color: #422E64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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