#5800B1

Color #5800B1 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5800B1

Tints of Indigo #5800B1

Color information

#5800B1 (or 0x5800B1) is unknown color: approx Indigo. HEX triplet: 58, 00 and B1. RGB value is (88,0,177). Sum of RGB (Red+Green+Blue) = 88+0+177=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 177 (69.53% from 255 or 66.79% from 265); Max value from RGB is 177 - color contains mainly: blue. Hex color #5800B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5800B1 is #A7FF4E. Grayscale: #2D2D2D. Windows color (decimal): -11009871 or 11599960. OLE color: 11599960.

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

Color convert

RGB880177-
CMYK0.50100.31
HSL269.83º100%34.71%-
HSV(B)269.83º100%69.41%-
XYZ11.965.2541.98-
YUV46.49201.65157.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 177 (69.53% from 255) = 66.79%
R=33.21%
G=0%
B=66.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8801770.50100.31269.8310034.71
Hex580B1326401F10e6423
Octal13002616214403741614443
Binary101100001011000111001011001000111111000011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5800B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5800B1;
 }
 .AnyTagClassName
 {
   color: #5800B1;
 }
</style>
background-color css

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

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

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

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

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

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