Html Css Color HEX #422F56 Jagger

📋 copy color: '#422F56'

red 66 ◦ green 47 ◦ blue 86

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

Shades of Jagger #422F56

Tints of Jagger #422F56

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.62%

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

R = 33.17%
G = 23.62%
B = 43.22%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422F56 (or 0x422F56) is known color: Jagger. HEX triplet: 42, 2F and 56. RGB value is (66,47,86). Sum of RGB (Red+Green+Blue) = 66+47+86=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 86 - color contains mainly: blue. Hex color #422F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F56 is #BDD0A9. Grayscale: #383838. Windows color (decimal): -12439722 or 5648194. OLE color: 5648194.

HSL color Cylindrical-coordinate representation of color #422F56: hue angle of 269.23º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #422F56 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 47 86 -
CMYK 0.23 0.45 0 0.66
HSL 269.23º 0.29% 0.26% -
HSV(B) 269.23º 0.45% 0.34% -
XYZ 4.94 3.86 9.29 -
YUV 57.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 66 47 86 0.23 0.45 0 0.66 269.23 0.29 0.26
Hex 42 2F 56 17 2D 0 42 10D 1D 1A
Octal 102 57 126 27 55 0 102 415 35 32
Binary 1000010 101111 1010110 10111 101101 0 1000010 100001101 11101 11010

Color Harmonies of #422F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F56

Black with #422F56

Text Example


Text Example

White with #422F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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