Html Css Color HEX #5800AA Indigo

📋 copy color: '#5800AA'

red 88 ◦ green 0 ◦ blue 170

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

Shades of Indigo #5800AA

Tints of Indigo #5800AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 65.89%

R = 34.11%
G = 0%
B = 65.89%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5800AA (or 0x5800AA) is known color: Indigo. HEX triplet: 58, 00 and AA. RGB value is (88,0,170). Sum of RGB (Red+Green+Blue) = 88+0+170=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #5800AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5800AA is #A7FF55. Grayscale: #2D2D2D. Windows color (decimal): -11009878 or 11141208. OLE color: 11141208.

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

Color convert

RGB 88 0 170 -
CMYK 0.48 1 0 0.33
HSL 271.06º 1% 0.33% -
HSV(B) 271.06º 1% 0.67% -
XYZ 11.28 4.98 38.4 -
YUV 45.69 198.15 158.18 -
System Red Green Blue C M Y K H S L
Decimal 88 0 170 0.48 1 0 0.33 271.06 1 0.33
Hex 58 0 AA 30 64 0 21 10F 64 21
Octal 130 0 252 60 144 0 41 417 144 41
Binary 1011000 0 10101010 110000 1100100 0 100001 100001111 1100100 100001

Color Harmonies of #5800AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5800AA

Black with #5800AA

Text Example


Text Example

White with #5800AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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