#5B029E

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

Shades of Indigo #5B029E

Tints of Indigo #5B029E

Color information

#5B029E (or 0x5B029E) is unknown color: approx Indigo. HEX triplet: 5B, 02 and 9E. RGB value is (91,2,158). Sum of RGB (Red+Green+Blue) = 91+2+158=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B029E is #A4FD61. Grayscale: #2D2D2D. Windows color (decimal): -10812770 or 10355291. OLE color: 10355291.

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

Color convert

RGB912158-
CMYK0.420.9900.38
HSL274.23º97.5%31.37%-
HSV(B)274.23º98.73%61.96%-
XYZ10.514.7432.71-
YUV46.4190.99159.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.25%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 158 (62.11% from 255) = 62.95%
R=36.25%
G=0.80%
B=62.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9121580.420.9900.38274.2397.531.37
Hex5B29E2A63026112621f
Octal13322365214304642214237
Binary1011011101001111010101011000110100110100010010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,2,158); }

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

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

 a { background-color: rgb(91,2,158); }

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

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

 span { border-color: rgb(91,2,158); }

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