Html Css Color HEX #422D55 Jagger

📋 copy color: '#422D55'

red 66 ◦ green 45 ◦ blue 85

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

Shades of Jagger #422D55

Tints of Jagger #422D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.37%

R = 33.67%
G = 22.96%
B = 43.37%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422D55 (or 0x422D55) is known color: Jagger. HEX triplet: 42, 2D and 55. RGB value is (66,45,85). Sum of RGB (Red+Green+Blue) = 66+45+85=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #422D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D55 is #BDD2AA. Grayscale: #373737. Windows color (decimal): -12440235 or 5582146. OLE color: 5582146.

HSL color Cylindrical-coordinate representation of color #422D55: hue angle of 271.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #422D55 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 45 85 -
CMYK 0.22 0.47 0 0.67
HSL 271.5º 0.31% 0.25% -
HSV(B) 271.5º 0.47% 0.33% -
XYZ 4.82 3.69 9.05 -
YUV 55.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 66 45 85 0.22 0.47 0 0.67 271.5 0.31 0.25
Hex 42 2D 55 16 2F 0 43 110 1F 19
Octal 102 55 125 26 57 0 103 420 37 31
Binary 1000010 101101 1010101 10110 101111 0 1000011 100010000 11111 11001

Color Harmonies of #422D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D55

Black with #422D55

Text Example


Text Example

White with #422D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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