Html Css Color HEX #5801AD Indigo

📋 copy color: '#5801AD'

red 88 ◦ green 1 ◦ blue 173

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

Shades of Indigo #5801AD

Tints of Indigo #5801AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 173 (67.97% from 255) = 66.03%

R = 33.59%
G = 0.38%
B = 66.03%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5801AD (or 0x5801AD) is known color: Indigo. HEX triplet: 58, 01 and AD. RGB value is (88,1,173). Sum of RGB (Red+Green+Blue) = 88+1+173=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #5801AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5801AD is #A7FE52. Grayscale: #2E2E2E. Windows color (decimal): -11009619 or 11338072. OLE color: 11338072.

HSL color Cylindrical-coordinate representation of color #5801AD: hue angle of 270.35º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5801AD is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 1 173 -
CMYK 0.49 0.99 0 0.32
HSL 270.35º 0.99% 0.34% -
HSV(B) 270.35º 0.99% 0.68% -
XYZ 11.58 5.11 39.91 -
YUV 46.62 199.32 157.51 -
System Red Green Blue C M Y K H S L
Decimal 88 1 173 0.49 0.99 0 0.32 270.35 0.99 0.34
Hex 58 1 AD 31 63 0 20 10E 63 22
Octal 130 1 255 61 143 0 40 416 143 42
Binary 1011000 1 10101101 110001 1100011 0 100000 100001110 1100011 100010

Color Harmonies of #5801AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5801AD

Black with #5801AD

Text Example


Text Example

White with #5801AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5801AD; }

 p { color: rgb(88,1,173); }

 H1.HeaderClassName
 {
   color: #5801AD;
 }
 .AnyTagClassName
 {
   color: #5801AD;
 }
</style>

background-color css

<style>
 a { background-color: #5801AD; }

 a { background-color: rgb(88,1,173); }

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

border-color css

<style>
 span { border-color: #5801AD; }

 span { border-color: rgb(88,1,173); }

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