Html Css Color HEX #5800AE Indigo

📋 copy color: '#5800AE'

red 88 ◦ green 0 ◦ blue 174

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

Shades of Indigo #5800AE

Tints of Indigo #5800AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 66.41%

R = 33.59%
G = 0%
B = 66.41%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5800AE (or 0x5800AE) is known color: Indigo. HEX triplet: 58, 00 and AE. RGB value is (88,0,174). Sum of RGB (Red+Green+Blue) = 88+0+174=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #5800AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5800AE is #A7FF51. Grayscale: #2D2D2D. Windows color (decimal): -11009874 or 11403352. OLE color: 11403352.

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

Color convert

RGB 88 0 174 -
CMYK 0.49 1 0 0.32
HSL 270.34º 1% 0.34% -
HSV(B) 270.34º 1% 0.68% -
XYZ 11.66 5.13 40.42 -
YUV 46.15 200.15 157.85 -
System Red Green Blue C M Y K H S L
Decimal 88 0 174 0.49 1 0 0.32 270.34 1 0.34
Hex 58 0 AE 31 64 0 20 10E 64 22
Octal 130 0 256 61 144 0 40 416 144 42
Binary 1011000 0 10101110 110001 1100100 0 100000 100001110 1100100 100010

Color Harmonies of #5800AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5800AE

Black with #5800AE

Text Example


Text Example

White with #5800AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5800AE; }

 p { color: rgb(88,0,174); }

 H1.HeaderClassName
 {
   color: #5800AE;
 }
 .AnyTagClassName
 {
   color: #5800AE;
 }
</style>

background-color css

<style>
 a { background-color: #5800AE; }

 a { background-color: rgb(88,0,174); }

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

border-color css

<style>
 span { border-color: #5800AE; }

 span { border-color: rgb(88,0,174); }

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