Html Css Color HEX #422D63 Jacarta

📋 copy color: '#422D63'

red 66 ◦ green 45 ◦ blue 99

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

Shades of Jacarta #422D63

Tints of Jacarta #422D63

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.43%

 BLUE value IS 99 (39.06% from 255) = 47.14%

R = 31.43%
G = 21.43%
B = 47.14%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#422D63 (or 0x422D63) is known color: Jacarta. HEX triplet: 42, 2D and 63. RGB value is (66,45,99). Sum of RGB (Red+Green+Blue) = 66+45+99=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #422D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D63 is #BDD29C. Grayscale: #393939. Windows color (decimal): -12440221 or 6499650. OLE color: 6499650.

HSL color Cylindrical-coordinate representation of color #422D63: hue angle of 263.33º 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 #422D63 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 45 99 -
CMYK 0.33 0.55 0 0.61
HSL 263.33º 0.38% 0.28% -
HSV(B) 263.33º 0.55% 0.39% -
XYZ 5.44 3.94 12.28 -
YUV 57.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 66 45 99 0.33 0.55 0 0.61 263.33 0.38 0.28
Hex 42 2D 63 21 37 0 3D 107 26 1C
Octal 102 55 143 41 67 0 75 407 46 34
Binary 1000010 101101 1100011 100001 110111 0 111101 100000111 100110 11100

Color Harmonies of #422D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D63

Black with #422D63

Text Example


Text Example

White with #422D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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