#5B0F72

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

Shades of Indigo #5B0F72

Tints of Indigo #5B0F72

Color information

#5B0F72 (or 0x5B0F72) is unknown color: approx Indigo. HEX triplet: 5B, 0F and 72. RGB value is (91,15,114). Sum of RGB (Red+Green+Blue) = 91+15+114=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B0F72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0F72 is #A4F08D. Grayscale: #303030. Windows color (decimal): -10809486 or 7475035. OLE color: 7475035.

HSL color Cylindrical-coordinate representation of color #5B0F72: hue angle of 286.06º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B0F72 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9115114-
CMYK0.200.8700.55
HSL286.06º76.74%25.29%-
HSV(B)286.06º86.84%44.71%-
XYZ7.523.7816.25-
YUV49.01164.68157.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.36%
GREEN value IS 15 (6.25% from 255) = 6.82%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=41.36%
G=6.82%
B=51.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91151140.200.8700.55286.0676.7425.29
Hex5BF72145703711e4d19
Octal133171622412706743611531
Binary1011011111111100101010010101110110111100011110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,15,114); }

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

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

 a { background-color: rgb(91,15,114); }

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

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

 span { border-color: rgb(91,15,114); }

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