#5B1478

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

Shades of Indigo #5B1478

Tints of Indigo #5B1478

Color information

#5B1478 (or 0x5B1478) is unknown color: approx Indigo. HEX triplet: 5B, 14 and 78. RGB value is (91,20,120). Sum of RGB (Red+Green+Blue) = 91+20+120=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B1478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1478 is #A4EB87. Grayscale: #343434. Windows color (decimal): -10808200 or 7869531. OLE color: 7869531.

HSL color Cylindrical-coordinate representation of color #5B1478: hue angle of 282.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B1478 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9120120-
CMYK0.240.8300.53
HSL282.6º71.43%27.45%-
HSV(B)282.6º83.33%47.06%-
XYZ7.954.0818.14-
YUV52.63166.02155.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.39%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=39.39%
G=8.66%
B=51.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91201200.240.8300.53282.671.4327.45
Hex5B1478185303511b471b
Octal133241703012306543310733
Binary10110111010011110001100010100110110101100011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,20,120); }

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

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

 a { background-color: rgb(91,20,120); }

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

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

 span { border-color: rgb(91,20,120); }

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