#5B0969

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

Shades of Indigo #5B0969

Tints of Indigo #5B0969

Color information

#5B0969 (or 0x5B0969) is unknown color: approx Indigo. HEX triplet: 5B, 09 and 69. RGB value is (91,9,105). Sum of RGB (Red+Green+Blue) = 91+9+105=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #5B0969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0969 is #A4F696. Grayscale: #2C2C2C. Windows color (decimal): -10811031 or 6883675. OLE color: 6883675.

HSL color Cylindrical-coordinate representation of color #5B0969: hue angle of 291.25º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B0969 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB919105-
CMYK0.130.9100.59
HSL291.25º84.21%22.35%-
HSV(B)291.25º91.43%41.18%-
XYZ6.963.4413.66-
YUV44.46162.17161.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.39%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=44.39%
G=4.39%
B=51.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9191050.130.9100.59291.2584.2122.35
Hex5B969D5B03B1235416
Octal133111511513307344312426
Binary101101110011101001110110110110111011100100011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,9,105); }

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

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

 a { background-color: rgb(91,9,105); }

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

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

 span { border-color: rgb(91,9,105); }

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