Html Css Color HEX #5805AD Indigo

📋 copy color: '#5805AD'

red 88 ◦ green 5 ◦ blue 173

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

Shades of Indigo #5805AD

Tints of Indigo #5805AD

RGB

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

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

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

R = 33.08%
G = 1.88%
B = 65.04%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5805AD (or 0x5805AD) is known color: Indigo. HEX triplet: 58, 05 and AD. RGB value is (88,5,173). Sum of RGB (Red+Green+Blue) = 88+5+173=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #5805AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5805AD is #A7FA52. Grayscale: #303030. Windows color (decimal): -11008595 or 11339096. OLE color: 11339096.

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

Color convert

RGB 88 5 173 -
CMYK 0.49 0.97 0 0.32
HSL 269.64º 0.94% 0.35% -
HSV(B) 269.64º 0.97% 0.68% -
XYZ 11.62 5.2 39.93 -
YUV 48.97 198 155.84 -
System Red Green Blue C M Y K H S L
Decimal 88 5 173 0.49 0.97 0 0.32 269.64 0.94 0.35
Hex 58 5 AD 31 61 0 20 10E 5E 23
Octal 130 5 255 61 141 0 40 416 136 43
Binary 1011000 101 10101101 110001 1100001 0 100000 100001110 1011110 100011

Color Harmonies of #5805AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5805AD

Black with #5805AD

Text Example


Text Example

White with #5805AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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