Html Css Color HEX #422E57 Jagger

📋 copy color: '#422E57'

red 66 ◦ green 46 ◦ blue 87

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

Shades of Jagger #422E57

Tints of Jagger #422E57

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.12%

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

R = 33.17%
G = 23.12%
B = 43.72%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422E57 (or 0x422E57) is known color: Jagger. HEX triplet: 42, 2E and 57. RGB value is (66,46,87). Sum of RGB (Red+Green+Blue) = 66+46+87=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #422E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E57 is #BDD1A8. Grayscale: #383838. Windows color (decimal): -12439977 or 5713474. OLE color: 5713474.

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

Color convert

RGB 66 46 87 -
CMYK 0.24 0.47 0 0.66
HSL 269.27º 0.31% 0.26% -
HSV(B) 269.27º 0.47% 0.34% -
XYZ 4.94 3.8 9.49 -
YUV 56.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 66 46 87 0.24 0.47 0 0.66 269.27 0.31 0.26
Hex 42 2E 57 18 2F 0 42 10D 1F 1A
Octal 102 56 127 30 57 0 102 415 37 32
Binary 1000010 101110 1010111 11000 101111 0 1000010 100001101 11111 11010

Color Harmonies of #422E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E57

Black with #422E57

Text Example


Text Example

White with #422E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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