#5B0470

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

Shades of Indigo #5B0470

Tints of Indigo #5B0470

Color information

#5B0470 (or 0x5B0470) is unknown color: approx Indigo. HEX triplet: 5B, 04 and 70. RGB value is (91,4,112). Sum of RGB (Red+Green+Blue) = 91+4+112=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B0470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0470 is #A4FB8F. Grayscale: #292929. Windows color (decimal): -10812304 or 7341147. OLE color: 7341147.

HSL color Cylindrical-coordinate representation of color #5B0470: hue angle of 288.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B0470 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB914112-
CMYK0.190.9600.56
HSL288.33º93.1%22.75%-
HSV(B)288.33º96.43%43.92%-
XYZ7.283.4815.62-
YUV42.32167.32162.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.96%
GREEN value IS 4 (1.95% from 255) = 1.93%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=43.96%
G=1.93%
B=54.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9141120.190.9600.56288.3393.122.75
Hex5B47013600381205d17
Octal13341602314007044013527
Binary101101110011100001001111000000111000100100000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,4,112); }

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

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

 a { background-color: rgb(91,4,112); }

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

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

 span { border-color: rgb(91,4,112); }

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