Html Css Color HEX #422958 Jagger

📋 copy color: '#422958'

red 66 ◦ green 41 ◦ blue 88

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

Shades of Jagger #422958

Tints of Jagger #422958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.13%

R = 33.85%
G = 21.03%
B = 45.13%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#422958 (or 0x422958) is known color: Jagger. HEX triplet: 42, 29 and 58. RGB value is (66,41,88). Sum of RGB (Red+Green+Blue) = 66+41+88=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #422958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422958 is #BDD6A7. Grayscale: #353535. Windows color (decimal): -12441256 or 5777730. OLE color: 5777730.

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

Color convert

RGB 66 41 88 -
CMYK 0.25 0.53 0 0.65
HSL 271.91º 0.36% 0.25% -
HSV(B) 271.91º 0.53% 0.35% -
XYZ 4.8 3.45 9.65 -
YUV 53.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 66 41 88 0.25 0.53 0 0.65 271.91 0.36 0.25
Hex 42 29 58 19 35 0 41 110 24 19
Octal 102 51 130 31 65 0 101 420 44 31
Binary 1000010 101001 1011000 11001 110101 0 1000001 100010000 100100 11001

Color Harmonies of #422958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422958

Black with #422958

Text Example


Text Example

White with #422958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422958; }

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

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

background-color css

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

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

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

border-color css

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

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

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