#5B009F

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

Shades of Indigo #5B009F

Tints of Indigo #5B009F

Color information

#5B009F (or 0x5B009F) is unknown color: approx Indigo. HEX triplet: 5B, 00 and 9F. RGB value is (91,0,159). Sum of RGB (Red+Green+Blue) = 91+0+159=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B009F is #A4FF60. Grayscale: #2C2C2C. Windows color (decimal): -10813281 or 10420315. OLE color: 10420315.

HSL color Cylindrical-coordinate representation of color #5B009F: hue angle of 274.34º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B009F is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB910159-
CMYK0.43100.38
HSL274.34º100%31.18%-
HSV(B)274.34º100%62.35%-
XYZ10.574.7333.16-
YUV45.34192.15160.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.4%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 63.6%
R=36.4%
G=0%
B=63.6%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9101590.43100.38274.3410031.18
Hex5B09F2B64026112641f
Octal13302375314404642214437
Binary101101101001111110101111001000100110100010010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B009F; }

 p { color: rgb(91,0,159); }

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

<style>
 a { background-color: #5B009F; }

 a { background-color: rgb(91,0,159); }

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

<style>
 span { border-color: #5B009F; }

 span { border-color: rgb(91,0,159); }

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