#5B0074

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

Shades of Indigo #5B0074

Tints of Indigo #5B0074

Color information

#5B0074 (or 0x5B0074) is unknown color: approx Indigo. HEX triplet: 5B, 00 and 74. RGB value is (91,0,116). Sum of RGB (Red+Green+Blue) = 91+0+116=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B0074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0074 is #A4FF8B. Grayscale: #282828. Windows color (decimal): -10813324 or 7602267. OLE color: 7602267.

HSL color Cylindrical-coordinate representation of color #5B0074: hue angle of 287.07º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B0074 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB910116-
CMYK0.22100.55
HSL287.07º100%22.75%-
HSV(B)287.07º100%45.49%-
XYZ7.473.4916.8-
YUV40.43170.65164.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 56.04%
R=43.96%
G=0%
B=56.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9101160.22100.55287.0710022.75
Hex5B074166403711f6417
Octal13301642614406743714427
Binary1011011011101001011011001000110111100011111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,0,116); }

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

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

 a { background-color: rgb(91,0,116); }

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

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

 span { border-color: rgb(91,0,116); }

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