Html Css Color HEX #422A5A Jagger

📋 copy color: '#422A5A'

red 66 ◦ green 42 ◦ blue 90

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

Shades of Jagger #422A5A

Tints of Jagger #422A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 33.33%
G = 21.21%
B = 45.45%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#422A5A (or 0x422A5A) is known color: Jagger. HEX triplet: 42, 2A and 5A. RGB value is (66,42,90). Sum of RGB (Red+Green+Blue) = 66+42+90=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #422A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422A5A is #BDD5A5. Grayscale: #363636. Windows color (decimal): -12440998 or 5909058. OLE color: 5909058.

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

Color convert

RGB 66 42 90 -
CMYK 0.27 0.53 0 0.65
HSL 270º 0.36% 0.26% -
HSV(B) 270º 0.53% 0.35% -
XYZ 4.92 3.55 10.1 -
YUV 54.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 66 42 90 0.27 0.53 0 0.65 270 0.36 0.26
Hex 42 2A 5A 1B 35 0 41 10E 24 1A
Octal 102 52 132 33 65 0 101 416 44 32
Binary 1000010 101010 1011010 11011 110101 0 1000001 100001110 100100 11010

Color Harmonies of #422A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A5A

Black with #422A5A

Text Example


Text Example

White with #422A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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