#5D0492

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

Shades of Indigo #5D0492

Tints of Indigo #5D0492

Color information

#5D0492 (or 0x5D0492) is unknown color: approx Indigo. HEX triplet: 5D, 04 and 92. RGB value is (93,4,146). Sum of RGB (Red+Green+Blue) = 93+4+146=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #5D0492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0492 is #A2FB6D. Grayscale: #2E2E2E. Windows color (decimal): -10681198 or 9569373. OLE color: 9569373.

HSL color Cylindrical-coordinate representation of color #5D0492: hue angle of 277.61º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0492 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB934146-
CMYK0.360.9700.43
HSL277.61º94.67%29.41%-
HSV(B)277.61º97.26%57.25%-
XYZ9.754.4927.55-
YUV46.8183.99160.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.27%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 146 (57.42% from 255) = 60.08%
R=38.27%
G=1.65%
B=60.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9341460.360.9700.43277.6194.6729.41
Hex5D492246102B1165f1d
Octal13542224414105342613735
Binary10111011001001001010010011000010101011100010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,4,146); }

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

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

 a { background-color: rgb(93,4,146); }

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

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

 span { border-color: rgb(93,4,146); }

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