Html Css Color HEX #5900AB Indigo

📋 copy color: '#5900AB'

red 89 ◦ green 0 ◦ blue 171

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

Shades of Indigo #5900AB

Tints of Indigo #5900AB

RGB

 RED value IS 89 (35.16% from 255) = 34.23%

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

 BLUE value IS 171 (67.19% from 255) = 65.77%

R = 34.23%
G = 0%
B = 65.77%

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

#5900AB (or 0x5900AB) is known color: Indigo. HEX triplet: 59, 00 and AB. RGB value is (89,0,171). Sum of RGB (Red+Green+Blue) = 89+0+171=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #5900AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5900AB is #A6FF54. Grayscale: #2D2D2D. Windows color (decimal): -10944341 or 11206745. OLE color: 11206745.

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

Color convert

RGB 89 0 171 -
CMYK 0.48 1 0 0.33
HSL 271.23º 1% 0.34% -
HSV(B) 271.23º 1% 0.67% -
XYZ 11.47 5.06 38.9 -
YUV 46.11 198.49 158.6 -
System Red Green Blue C M Y K H S L
Decimal 89 0 171 0.48 1 0 0.33 271.23 1 0.34
Hex 59 0 AB 30 64 0 21 10F 64 22
Octal 131 0 253 60 144 0 41 417 144 42
Binary 1011001 0 10101011 110000 1100100 0 100001 100001111 1100100 100010

Color Harmonies of #5900AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5900AB

Black with #5900AB

Text Example


Text Example

White with #5900AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5900AB; }

 p { color: rgb(89,0,171); }

 H1.HeaderClassName
 {
   color: #5900AB;
 }
 .AnyTagClassName
 {
   color: #5900AB;
 }
</style>

background-color css

<style>
 a { background-color: #5900AB; }

 a { background-color: rgb(89,0,171); }

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

border-color css

<style>
 span { border-color: #5900AB; }

 span { border-color: rgb(89,0,171); }

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