Html Css Color HEX #422956 Jagger

📋 copy color: '#422956'

red 66 ◦ green 41 ◦ blue 86

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

Shades of Jagger #422956

Tints of Jagger #422956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 44.56%

R = 34.2%
G = 21.24%
B = 44.56%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422956 (or 0x422956) is known color: Jagger. HEX triplet: 42, 29 and 56. RGB value is (66,41,86). Sum of RGB (Red+Green+Blue) = 66+41+86=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #422956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422956 is #BDD6A9. Grayscale: #353535. Windows color (decimal): -12441258 or 5646658. OLE color: 5646658.

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

Color convert

RGB 66 41 86 -
CMYK 0.23 0.52 0 0.66
HSL 273.33º 0.35% 0.25% -
HSV(B) 273.33º 0.52% 0.34% -
XYZ 4.72 3.42 9.21 -
YUV 53.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 66 41 86 0.23 0.52 0 0.66 273.33 0.35 0.25
Hex 42 29 56 17 34 0 42 111 23 19
Octal 102 51 126 27 64 0 102 421 43 31
Binary 1000010 101001 1010110 10111 110100 0 1000010 100010001 100011 11001

Color Harmonies of #422956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422956

Black with #422956

Text Example


Text Example

White with #422956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422956; }

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

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

background-color css

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

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

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

border-color css

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

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

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