Html Css Color HEX #422A53 Jagger

📋 copy color: '#422A53'

red 66 ◦ green 42 ◦ blue 83

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

Shades of Jagger #422A53

Tints of Jagger #422A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 34.55%
G = 21.99%
B = 43.46%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422A53 (or 0x422A53) is known color: Jagger. HEX triplet: 42, 2A and 53. RGB value is (66,42,83). Sum of RGB (Red+Green+Blue) = 66+42+83=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #422A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422A53 is #BDD5AC. Grayscale: #353535. Windows color (decimal): -12441005 or 5450306. OLE color: 5450306.

HSL color Cylindrical-coordinate representation of color #422A53: hue angle of 275.12º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #422A53 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 42 83 -
CMYK 0.20 0.49 0 0.67
HSL 275.12º 0.33% 0.25% -
HSV(B) 275.12º 0.49% 0.33% -
XYZ 4.64 3.44 8.6 -
YUV 53.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 66 42 83 0.20 0.49 0 0.67 275.12 0.33 0.25
Hex 42 2A 53 14 31 0 43 113 21 19
Octal 102 52 123 24 61 0 103 423 41 31
Binary 1000010 101010 1010011 10100 110001 0 1000011 100010011 100001 11001

Color Harmonies of #422A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A53

Black with #422A53

Text Example


Text Example

White with #422A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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