#5B0094

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

Shades of Indigo #5B0094

Tints of Indigo #5B0094

Color information

#5B0094 (or 0x5B0094) is unknown color: approx Indigo. HEX triplet: 5B, 00 and 94. RGB value is (91,0,148). Sum of RGB (Red+Green+Blue) = 91+0+148=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #5B0094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0094 is #A4FF6B. Grayscale: #2B2B2B. Windows color (decimal): -10813292 or 9699419. OLE color: 9699419.

HSL color Cylindrical-coordinate representation of color #5B0094: hue angle of 276.89º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B0094 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB910148-
CMYK0.39100.42
HSL276.89º100%29.02%-
HSV(B)276.89º100%58.04%-
XYZ9.664.3628.35-
YUV44.08186.65161.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 61.92%
R=38.08%
G=0%
B=61.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9101480.39100.42276.8910029.02
Hex5B094276402A115641d
Octal13302244714405242514435
Binary101101101001010010011111001000101010100010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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