#5B1378

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

Shades of Indigo #5B1378

Tints of Indigo #5B1378

Color information

#5B1378 (or 0x5B1378) is unknown color: approx Indigo. HEX triplet: 5B, 13 and 78. RGB value is (91,19,120). Sum of RGB (Red+Green+Blue) = 91+19+120=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B1378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1378 is #A4EC87. Grayscale: #333333. Windows color (decimal): -10808456 or 7869275. OLE color: 7869275.

HSL color Cylindrical-coordinate representation of color #5B1378: hue angle of 282.77º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B1378 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9119120-
CMYK0.240.8400.53
HSL282.77º72.66%27.25%-
HSV(B)282.77º84.17%47.06%-
XYZ7.944.0518.13-
YUV52.04166.35155.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.57%
GREEN value IS 19 (7.81% from 255) = 8.26%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=39.57%
G=8.26%
B=52.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91191200.240.8400.53282.7772.6627.25
Hex5B1378185403511b491b
Octal133231703012406543311133
Binary10110111001111110001100010101000110101100011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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