Html Css Color HEX #5805AA Indigo

📋 copy color: '#5805AA'

red 88 ◦ green 5 ◦ blue 170

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

Shades of Indigo #5805AA

Tints of Indigo #5805AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.9%

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

R = 33.46%
G = 1.9%
B = 64.64%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5805AA (or 0x5805AA) is known color: Indigo. HEX triplet: 58, 05 and AA. RGB value is (88,5,170). Sum of RGB (Red+Green+Blue) = 88+5+170=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #5805AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5805AA is #A7FA55. Grayscale: #303030. Windows color (decimal): -11008598 or 11142488. OLE color: 11142488.

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

Color convert

RGB 88 5 170 -
CMYK 0.48 0.97 0 0.33
HSL 270.18º 0.94% 0.34% -
HSV(B) 270.18º 0.97% 0.67% -
XYZ 11.33 5.09 38.41 -
YUV 48.63 196.5 156.08 -
System Red Green Blue C M Y K H S L
Decimal 88 5 170 0.48 0.97 0 0.33 270.18 0.94 0.34
Hex 58 5 AA 30 61 0 21 10E 5E 22
Octal 130 5 252 60 141 0 41 416 136 42
Binary 1011000 101 10101010 110000 1100001 0 100001 100001110 1011110 100010

Color Harmonies of #5805AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5805AA

Black with #5805AA

Text Example


Text Example

White with #5805AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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