Html Css Color HEX #422557 Jagger

📋 copy color: '#422557'

red 66 ◦ green 37 ◦ blue 87

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

Shades of Jagger #422557

Tints of Jagger #422557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.47%

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

R = 34.74%
G = 19.47%
B = 45.79%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422557 (or 0x422557) is known color: Jagger. HEX triplet: 42, 25 and 57. RGB value is (66,37,87). Sum of RGB (Red+Green+Blue) = 66+37+87=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #422557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422557 is #BDDAA8. Grayscale: #333333. Windows color (decimal): -12442281 or 5711170. OLE color: 5711170.

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

Color convert

RGB 66 37 87 -
CMYK 0.24 0.57 0 0.66
HSL 274.8º 0.4% 0.24% -
HSV(B) 274.8º 0.57% 0.34% -
XYZ 4.63 3.17 9.38 -
YUV 51.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 66 37 87 0.24 0.57 0 0.66 274.8 0.4 0.24
Hex 42 25 57 18 39 0 42 113 28 18
Octal 102 45 127 30 71 0 102 423 50 30
Binary 1000010 100101 1010111 11000 111001 0 1000010 100010011 101000 11000

Color Harmonies of #422557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422557

Black with #422557

Text Example


Text Example

White with #422557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422557; }

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

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

background-color css

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

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

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

border-color css

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

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

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