Html Css Color HEX #5A03AC Indigo

📋 copy color: '#5A03AC'

red 90 ◦ green 3 ◦ blue 172

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

Shades of Indigo #5A03AC

Tints of Indigo #5A03AC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 33.96%
G = 1.13%
B = 64.91%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A03AC (or 0x5A03AC) is known color: Indigo. HEX triplet: 5A, 03 and AC. RGB value is (90,3,172). Sum of RGB (Red+Green+Blue) = 90+3+172=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A03AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A03AC is #A5FC53. Grayscale: #2F2F2F. Windows color (decimal): -10878036 or 11273050. OLE color: 11273050.

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

Color convert

RGB 90 3 172 -
CMYK 0.48 0.98 0 0.33
HSL 270.89º 0.97% 0.34% -
HSV(B) 270.89º 0.98% 0.67% -
XYZ 11.7 5.22 39.42 -
YUV 48.28 197.82 157.76 -
System Red Green Blue C M Y K H S L
Decimal 90 3 172 0.48 0.98 0 0.33 270.89 0.97 0.34
Hex 5A 3 AC 30 62 0 21 10F 61 22
Octal 132 3 254 60 142 0 41 417 141 42
Binary 1011010 11 10101100 110000 1100010 0 100001 100001111 1100001 100010

Color Harmonies of #5A03AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A03AC

Black with #5A03AC

Text Example


Text Example

White with #5A03AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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