Html Css Color HEX #422D52 Jagger

📋 copy color: '#422D52'

red 66 ◦ green 45 ◦ blue 82

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

Shades of Jagger #422D52

Tints of Jagger #422D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 42.49%

R = 34.2%
G = 23.32%
B = 42.49%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#422D52 (or 0x422D52) is known color: Jagger. HEX triplet: 42, 2D and 52. RGB value is (66,45,82). Sum of RGB (Red+Green+Blue) = 66+45+82=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #422D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D52 is #BDD2AD. Grayscale: #373737. Windows color (decimal): -12440238 or 5385538. OLE color: 5385538.

HSL color Cylindrical-coordinate representation of color #422D52: hue angle of 274.05º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #422D52 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 45 82 -
CMYK 0.20 0.45 0 0.68
HSL 274.05º 0.29% 0.25% -
HSV(B) 274.05º 0.45% 0.32% -
XYZ 4.71 3.64 8.44 -
YUV 55.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 66 45 82 0.20 0.45 0 0.68 274.05 0.29 0.25
Hex 42 2D 52 14 2D 0 44 112 1D 19
Octal 102 55 122 24 55 0 104 422 35 31
Binary 1000010 101101 1010010 10100 101101 0 1000100 100010010 11101 11001

Color Harmonies of #422D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D52

Black with #422D52

Text Example


Text Example

White with #422D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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