Html Css Color HEX #422857 Jagger

📋 copy color: '#422857'

red 66 ◦ green 40 ◦ blue 87

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

Shades of Jagger #422857

Tints of Jagger #422857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.08%

R = 34.2%
G = 20.73%
B = 45.08%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422857 (or 0x422857) is known color: Jagger. HEX triplet: 42, 28 and 57. RGB value is (66,40,87). Sum of RGB (Red+Green+Blue) = 66+40+87=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #422857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422857 is #BDD7A8. Grayscale: #343434. Windows color (decimal): -12441513 or 5711938. OLE color: 5711938.

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

Color convert

RGB 66 40 87 -
CMYK 0.24 0.54 0 0.66
HSL 273.19º 0.37% 0.25% -
HSV(B) 273.19º 0.54% 0.34% -
XYZ 4.73 3.36 9.42 -
YUV 53.13 147.11 137.18 -
System Red Green Blue C M Y K H S L
Decimal 66 40 87 0.24 0.54 0 0.66 273.19 0.37 0.25
Hex 42 28 57 18 36 0 42 111 25 19
Octal 102 50 127 30 66 0 102 421 45 31
Binary 1000010 101000 1010111 11000 110110 0 1000010 100010001 100101 11001

Color Harmonies of #422857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422857

Black with #422857

Text Example


Text Example

White with #422857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422857; }

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

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

background-color css

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

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

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

border-color css

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

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

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