Html Css Color HEX #5900AF Indigo

📋 copy color: '#5900AF'

red 89 ◦ green 0 ◦ blue 175

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

Shades of Indigo #5900AF

Tints of Indigo #5900AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 66.29%

R = 33.71%
G = 0%
B = 66.29%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5900AF (or 0x5900AF) is known color: Indigo. HEX triplet: 59, 00 and AF. RGB value is (89,0,175). Sum of RGB (Red+Green+Blue) = 89+0+175=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #5900AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5900AF is #A6FF50. Grayscale: #2D2D2D. Windows color (decimal): -10944337 or 11468889. OLE color: 11468889.

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

Color convert

RGB 89 0 175 -
CMYK 0.49 1 0 0.31
HSL 270.51º 1% 0.34% -
HSV(B) 270.51º 1% 0.69% -
XYZ 11.86 5.22 40.94 -
YUV 46.56 200.49 158.27 -
System Red Green Blue C M Y K H S L
Decimal 89 0 175 0.49 1 0 0.31 270.51 1 0.34
Hex 59 0 AF 31 64 0 1F 10F 64 22
Octal 131 0 257 61 144 0 37 417 144 42
Binary 1011001 0 10101111 110001 1100100 0 11111 100001111 1100100 100010

Color Harmonies of #5900AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5900AF

Black with #5900AF

Text Example


Text Example

White with #5900AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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