#5B1394

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

Shades of Indigo #5B1394

Tints of Indigo #5B1394

Color information

#5B1394 (or 0x5B1394) is unknown color: approx Indigo. HEX triplet: 5B, 13 and 94. RGB value is (91,19,148). Sum of RGB (Red+Green+Blue) = 91+19+148=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #5B1394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1394 is #A4EC6B. Grayscale: #363636. Windows color (decimal): -10808428 or 9704283. OLE color: 9704283.

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

Color convert

RGB9119148-
CMYK0.390.8700.42
HSL273.49º77.25%32.75%-
HSV(B)273.49º87.16%58.04%-
XYZ9.894.8328.43-
YUV55.23180.35153.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.27%
GREEN value IS 19 (7.81% from 255) = 7.36%
BLUE value IS 148 (58.20% from 255) = 57.36%
R=35.27%
G=7.36%
B=57.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91191480.390.8700.42273.4977.2532.75
Hex5B1394275702A1114d21
Octal133232244712705242111541
Binary10110111001110010100100111101011101010101000100011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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