#5C0D74

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

Shades of Indigo #5C0D74

Tints of Indigo #5C0D74

Color information

#5C0D74 (or 0x5C0D74) is unknown color: approx Indigo. HEX triplet: 5C, 0D and 74. RGB value is (92,13,116). Sum of RGB (Red+Green+Blue) = 92+13+116=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #5C0D74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0D74 is #A3F28B. Grayscale: #303030. Windows color (decimal): -10744460 or 7605596. OLE color: 7605596.

HSL color Cylindrical-coordinate representation of color #5C0D74: hue angle of 286.02º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C0D74 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9213116-
CMYK0.210.8900.55
HSL286.02º79.84%25.29%-
HSV(B)286.02º88.79%45.49%-
XYZ7.713.8216.85-
YUV48.36166.17159.12-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.63%
GREEN value IS 13 (5.47% from 255) = 5.88%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=41.63%
G=5.88%
B=52.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92131160.210.8900.55286.0279.8425.29
Hex5CD74155903711e5019
Octal134151642513106743612031
Binary1011100110111101001010110110010110111100011110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,13,116); }

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

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

 a { background-color: rgb(92,13,116); }

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

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

 span { border-color: rgb(92,13,116); }

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