Html Css Color HEX #422A58 Jagger

📋 copy color: '#422A58'

red 66 ◦ green 42 ◦ blue 88

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

Shades of Jagger #422A58

Tints of Jagger #422A58

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.43%

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

R = 33.67%
G = 21.43%
B = 44.9%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#422A58 (or 0x422A58) is known color: Jagger. HEX triplet: 42, 2A and 58. RGB value is (66,42,88). Sum of RGB (Red+Green+Blue) = 66+42+88=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #422A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422A58 is #BDD5A7. Grayscale: #363636. Windows color (decimal): -12441000 or 5777986. OLE color: 5777986.

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

Color convert

RGB 66 42 88 -
CMYK 0.25 0.52 0 0.65
HSL 271.3º 0.35% 0.25% -
HSV(B) 271.3º 0.52% 0.35% -
XYZ 4.84 3.52 9.66 -
YUV 54.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 66 42 88 0.25 0.52 0 0.65 271.3 0.35 0.25
Hex 42 2A 58 19 34 0 41 10F 23 19
Octal 102 52 130 31 64 0 101 417 43 31
Binary 1000010 101010 1011000 11001 110100 0 1000001 100001111 100011 11001

Color Harmonies of #422A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A58

Black with #422A58

Text Example


Text Example

White with #422A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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