Html Css Color HEX #422957 Jagger

📋 copy color: '#422957'

red 66 ◦ green 41 ◦ blue 87

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

Shades of Jagger #422957

Tints of Jagger #422957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

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

R = 34.02%
G = 21.13%
B = 44.85%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422957 (or 0x422957) is known color: Jagger. HEX triplet: 42, 29 and 57. RGB value is (66,41,87). Sum of RGB (Red+Green+Blue) = 66+41+87=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #422957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422957 is #BDD6A8. Grayscale: #353535. Windows color (decimal): -12441257 or 5712194. OLE color: 5712194.

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

Color convert

RGB 66 41 87 -
CMYK 0.24 0.53 0 0.66
HSL 272.61º 0.36% 0.25% -
HSV(B) 272.61º 0.53% 0.34% -
XYZ 4.76 3.43 9.43 -
YUV 53.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 66 41 87 0.24 0.53 0 0.66 272.61 0.36 0.25
Hex 42 29 57 18 35 0 42 111 24 19
Octal 102 51 127 30 65 0 102 421 44 31
Binary 1000010 101001 1010111 11000 110101 0 1000010 100010001 100100 11001

Color Harmonies of #422957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422957

Black with #422957

Text Example


Text Example

White with #422957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422957; }

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

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

background-color css

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

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

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

border-color css

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

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

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