Html Css Color HEX #5002A2 Indigo

📋 copy color: '#5002A2'

red 80 ◦ green 2 ◦ blue 162

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

Shades of Indigo #5002A2

Tints of Indigo #5002A2

RGB

 RED value IS 80 (31.64% from 255) = 32.79%

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 162 (63.67% from 255) = 66.39%

R = 32.79%
G = 0.82%
B = 66.39%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5002A2 (or 0x5002A2) is known color: Indigo. HEX triplet: 50, 02 and A2. RGB value is (80,2,162). Sum of RGB (Red+Green+Blue) = 80+2+162=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #5002A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5002A2 is #AFFD5D. Grayscale: #2B2B2B. Windows color (decimal): -11533662 or 10617424. OLE color: 10617424.

HSL color Cylindrical-coordinate representation of color #5002A2: hue angle of 269.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5002A2 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 2 162 -
CMYK 0.51 0.99 0 0.36
HSL 269.25º 0.98% 0.32% -
HSV(B) 269.25º 0.99% 0.64% -
XYZ 9.85 4.36 34.5 -
YUV 43.56 194.84 153.99 -
System Red Green Blue C M Y K H S L
Decimal 80 2 162 0.51 0.99 0 0.36 269.25 0.98 0.32
Hex 50 2 A2 33 63 0 24 10D 62 20
Octal 120 2 242 63 143 0 44 415 142 40
Binary 1010000 10 10100010 110011 1100011 0 100100 100001101 1100010 100000

Color Harmonies of #5002A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5002A2

Black with #5002A2

Text Example


Text Example

White with #5002A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5002A2; }

 p { color: rgb(80,2,162); }

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

background-color css

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

 a { background-color: rgb(80,2,162); }

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

border-color css

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

 span { border-color: rgb(80,2,162); }

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