Html Css Color HEX #422C56 Jagger

📋 copy color: '#422C56'

red 66 ◦ green 44 ◦ blue 86

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

Shades of Jagger #422C56

Tints of Jagger #422C56

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.45%

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

R = 33.67%
G = 22.45%
B = 43.88%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422C56 (or 0x422C56) is known color: Jagger. HEX triplet: 42, 2C and 56. RGB value is (66,44,86). Sum of RGB (Red+Green+Blue) = 66+44+86=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #422C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C56 is #BDD3A9. Grayscale: #373737. Windows color (decimal): -12440490 or 5647426. OLE color: 5647426.

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

Color convert

RGB 66 44 86 -
CMYK 0.23 0.49 0 0.66
HSL 271.43º 0.32% 0.25% -
HSV(B) 271.43º 0.49% 0.34% -
XYZ 4.83 3.63 9.25 -
YUV 55.37 145.29 135.58 -
System Red Green Blue C M Y K H S L
Decimal 66 44 86 0.23 0.49 0 0.66 271.43 0.32 0.25
Hex 42 2C 56 17 31 0 42 10F 20 19
Octal 102 54 126 27 61 0 102 417 40 31
Binary 1000010 101100 1010110 10111 110001 0 1000010 100001111 100000 11001

Color Harmonies of #422C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C56

Black with #422C56

Text Example


Text Example

White with #422C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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