Html Css Color HEX #422F57 Jagger

📋 copy color: '#422F57'

red 66 ◦ green 47 ◦ blue 87

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

Shades of Jagger #422F57

Tints of Jagger #422F57

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.5%

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

R = 33%
G = 23.5%
B = 43.5%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422F57 (or 0x422F57) is known color: Jagger. HEX triplet: 42, 2F and 57. RGB value is (66,47,87). Sum of RGB (Red+Green+Blue) = 66+47+87=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #422F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F57 is #BDD0A8. Grayscale: #393939. Windows color (decimal): -12439721 or 5713730. OLE color: 5713730.

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

Color convert

RGB 66 47 87 -
CMYK 0.24 0.46 0 0.66
HSL 268.5º 0.3% 0.26% -
HSV(B) 268.5º 0.46% 0.34% -
XYZ 4.98 3.88 9.5 -
YUV 57.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 66 47 87 0.24 0.46 0 0.66 268.5 0.3 0.26
Hex 42 2F 57 18 2E 0 42 10C 1E 1A
Octal 102 57 127 30 56 0 102 414 36 32
Binary 1000010 101111 1010111 11000 101110 0 1000010 100001100 11110 11010

Color Harmonies of #422F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F57

Black with #422F57

Text Example


Text Example

White with #422F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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