Html Css Color HEX #422855 Jagger

📋 copy color: '#422855'

red 66 ◦ green 40 ◦ blue 85

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

Shades of Jagger #422855

Tints of Jagger #422855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.94%

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

R = 34.55%
G = 20.94%
B = 44.5%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422855 (or 0x422855) is known color: Jagger. HEX triplet: 42, 28 and 55. RGB value is (66,40,85). Sum of RGB (Red+Green+Blue) = 66+40+85=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #422855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422855 is #BDD7AA. Grayscale: #343434. Windows color (decimal): -12441515 or 5580866. OLE color: 5580866.

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

Color convert

RGB 66 40 85 -
CMYK 0.22 0.53 0 0.67
HSL 274.67º 0.36% 0.25% -
HSV(B) 274.67º 0.53% 0.33% -
XYZ 4.65 3.33 8.99 -
YUV 52.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 66 40 85 0.22 0.53 0 0.67 274.67 0.36 0.25
Hex 42 28 55 16 35 0 43 113 24 19
Octal 102 50 125 26 65 0 103 423 44 31
Binary 1000010 101000 1010101 10110 110101 0 1000011 100010011 100100 11001

Color Harmonies of #422855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422855

Black with #422855

Text Example


Text Example

White with #422855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422855; }

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

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

background-color css

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

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

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

border-color css

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

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

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