#5D0796

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

Shades of Indigo #5D0796

Tints of Indigo #5D0796

Color information

#5D0796 (or 0x5D0796) is unknown color: approx Indigo. HEX triplet: 5D, 07 and 96. RGB value is (93,7,150). Sum of RGB (Red+Green+Blue) = 93+7+150=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #5D0796 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0796 is #A2F869. Grayscale: #303030. Windows color (decimal): -10680426 or 9832285. OLE color: 9832285.

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

Color convert

RGB937150-
CMYK0.380.9500.41
HSL276.08º91.08%30.78%-
HSV(B)276.08º95.33%58.82%-
XYZ10.14.6829.23-
YUV49.02184.99159.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.2%
GREEN value IS 7 (3.12% from 255) = 2.8%
BLUE value IS 150 (58.98% from 255) = 60%
R=37.2%
G=2.8%
B=60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9371500.380.9500.41276.0891.0830.78
Hex5D796265F0291145b1f
Octal13572264613705142413337
Binary10111011111001011010011010111110101001100010100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,7,150); }

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

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

 a { background-color: rgb(93,7,150); }

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

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

 span { border-color: rgb(93,7,150); }

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