Html Css Color HEX #422F59 Jagger

📋 copy color: '#422F59'

red 66 ◦ green 47 ◦ blue 89

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

Shades of Jagger #422F59

Tints of Jagger #422F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 44.06%

R = 32.67%
G = 23.27%
B = 44.06%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#422F59 (or 0x422F59) is known color: Jagger. HEX triplet: 42, 2F and 59. RGB value is (66,47,89). Sum of RGB (Red+Green+Blue) = 66+47+89=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #422F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F59 is #BDD0A6. Grayscale: #393939. Windows color (decimal): -12439719 or 5844802. OLE color: 5844802.

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

Color convert

RGB 66 47 89 -
CMYK 0.26 0.47 0 0.65
HSL 267.14º 0.31% 0.27% -
HSV(B) 267.14º 0.47% 0.35% -
XYZ 5.07 3.91 9.94 -
YUV 57.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 66 47 89 0.26 0.47 0 0.65 267.14 0.31 0.27
Hex 42 2F 59 1A 2F 0 41 10B 1F 1B
Octal 102 57 131 32 57 0 101 413 37 33
Binary 1000010 101111 1011001 11010 101111 0 1000001 100001011 11111 11011

Color Harmonies of #422F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F59

Black with #422F59

Text Example


Text Example

White with #422F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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