Html Css Color HEX #422955 Jagger

📋 copy color: '#422955'

red 66 ◦ green 41 ◦ blue 85

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

Shades of Jagger #422955

Tints of Jagger #422955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

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

R = 34.38%
G = 21.35%
B = 44.27%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422955 (or 0x422955) is known color: Jagger. HEX triplet: 42, 29 and 55. RGB value is (66,41,85). Sum of RGB (Red+Green+Blue) = 66+41+85=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #422955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422955 is #BDD6AA. Grayscale: #353535. Windows color (decimal): -12441259 or 5581122. OLE color: 5581122.

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

Color convert

RGB 66 41 85 -
CMYK 0.22 0.52 0 0.67
HSL 274.09º 0.35% 0.25% -
HSV(B) 274.09º 0.52% 0.33% -
XYZ 4.68 3.4 9 -
YUV 53.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 66 41 85 0.22 0.52 0 0.67 274.09 0.35 0.25
Hex 42 29 55 16 34 0 43 112 23 19
Octal 102 51 125 26 64 0 103 422 43 31
Binary 1000010 101001 1010101 10110 110100 0 1000011 100010010 100011 11001

Color Harmonies of #422955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422955

Black with #422955

Text Example


Text Example

White with #422955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422955; }

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

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

background-color css

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

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

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

border-color css

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

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

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