Html Css Color HEX #5803AC Indigo

📋 copy color: '#5803AC'

red 88 ◦ green 3 ◦ blue 172

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

Shades of Indigo #5803AC

Tints of Indigo #5803AC

RGB

 RED value IS 88 (34.77% from 255) = 33.46%

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

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

R = 33.46%
G = 1.14%
B = 65.4%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5803AC (or 0x5803AC) is known color: Indigo. HEX triplet: 58, 03 and AC. RGB value is (88,3,172). Sum of RGB (Red+Green+Blue) = 88+3+172=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #5803AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5803AC is #A7FC53. Grayscale: #2F2F2F. Windows color (decimal): -11009108 or 11273048. OLE color: 11273048.

HSL color Cylindrical-coordinate representation of color #5803AC: hue angle of 270.18º 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 #5803AC is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 3 172 -
CMYK 0.49 0.98 0 0.33
HSL 270.18º 0.97% 0.34% -
HSV(B) 270.18º 0.98% 0.67% -
XYZ 11.5 5.12 39.41 -
YUV 47.68 198.16 156.76 -
System Red Green Blue C M Y K H S L
Decimal 88 3 172 0.49 0.98 0 0.33 270.18 0.97 0.34
Hex 58 3 AC 31 62 0 21 10E 61 22
Octal 130 3 254 61 142 0 41 416 141 42
Binary 1011000 11 10101100 110001 1100010 0 100001 100001110 1100001 100010

Color Harmonies of #5803AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5803AC

Black with #5803AC

Text Example


Text Example

White with #5803AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5803AC; }

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

 H1.HeaderClassName
 {
   color: #5803AC;
 }
 .AnyTagClassName
 {
   color: #5803AC;
 }
</style>

background-color css

<style>
 a { background-color: #5803AC; }

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

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

border-color css

<style>
 span { border-color: #5803AC; }

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

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