Html Css Color HEX #5A02AC Indigo

📋 copy color: '#5A02AC'

red 90 ◦ green 2 ◦ blue 172

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

Shades of Indigo #5A02AC

Tints of Indigo #5A02AC

RGB

 RED value IS 90 (35.55% from 255) = 34.09%

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

 BLUE value IS 172 (67.58% from 255) = 65.15%

R = 34.09%
G = 0.76%
B = 65.15%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A02AC (or 0x5A02AC) is known color: Indigo. HEX triplet: 5A, 02 and AC. RGB value is (90,2,172). Sum of RGB (Red+Green+Blue) = 90+2+172=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A02AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A02AC is #A5FD53. Grayscale: #2F2F2F. Windows color (decimal): -10878292 or 11272794. OLE color: 11272794.

HSL color Cylindrical-coordinate representation of color #5A02AC: hue angle of 271.06º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A02AC is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 2 172 -
CMYK 0.48 0.99 0 0.33
HSL 271.06º 0.98% 0.34% -
HSV(B) 271.06º 0.99% 0.67% -
XYZ 11.68 5.2 39.42 -
YUV 47.69 198.15 158.18 -
System Red Green Blue C M Y K H S L
Decimal 90 2 172 0.48 0.99 0 0.33 271.06 0.98 0.34
Hex 5A 2 AC 30 63 0 21 10F 62 22
Octal 132 2 254 60 143 0 41 417 142 42
Binary 1011010 10 10101100 110000 1100011 0 100001 100001111 1100010 100010

Color Harmonies of #5A02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A02AC

Black with #5A02AC

Text Example


Text Example

White with #5A02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A02AC; }

 p { color: rgb(90,2,172); }

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

background-color css

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

 a { background-color: rgb(90,2,172); }

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

border-color css

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

 span { border-color: rgb(90,2,172); }

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