#5F0B9D

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

Shades of Indigo #5F0B9D

Tints of Indigo #5F0B9D

Color information

#5F0B9D (or 0x5F0B9D) is unknown color: approx Indigo. HEX triplet: 5F, 0B and 9D. RGB value is (95,11,157). Sum of RGB (Red+Green+Blue) = 95+11+157=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F0B9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0B9D is #A0F462. Grayscale: #343434. Windows color (decimal): -10548323 or 10292063. OLE color: 10292063.

HSL color Cylindrical-coordinate representation of color #5F0B9D: hue angle of 274.52º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F0B9D is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9511157-
CMYK0.390.9300.38
HSL274.52º86.9%32.94%-
HSV(B)274.52º92.99%61.57%-
XYZ10.925.1132.31-
YUV52.76186.83158.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.12%
GREEN value IS 11 (4.69% from 255) = 4.18%
BLUE value IS 157 (61.72% from 255) = 59.70%
R=36.12%
G=4.18%
B=59.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95111570.390.9300.38274.5286.932.94
Hex5FB9D275D0261135721
Octal137132354713504642312741
Binary1011111101110011101100111101110101001101000100111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,11,157); }

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

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

 a { background-color: rgb(95,11,157); }

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

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

 span { border-color: rgb(95,11,157); }

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