#5B0975

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

Shades of Indigo #5B0975

Tints of Indigo #5B0975

Color information

#5B0975 (or 0x5B0975) is unknown color: approx Indigo. HEX triplet: 5B, 09 and 75. RGB value is (91,9,117). Sum of RGB (Red+Green+Blue) = 91+9+117=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B0975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0975 is #A4F68A. Grayscale: #2D2D2D. Windows color (decimal): -10811019 or 7670107. OLE color: 7670107.

HSL color Cylindrical-coordinate representation of color #5B0975: hue angle of 285.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B0975 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB919117-
CMYK0.220.9200.54
HSL285.56º85.71%24.71%-
HSV(B)285.56º92.31%45.88%-
XYZ7.623.717.14-
YUV45.83168.17160.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.94%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=41.94%
G=4.15%
B=53.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9191170.220.9200.54285.5685.7124.71
Hex5B975165C03611e5619
Octal133111652613406643612631
Binary1011011100111101011011010111000110110100011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,9,117); }

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

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

 a { background-color: rgb(91,9,117); }

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

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

 span { border-color: rgb(91,9,117); }

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