#5C0E8A

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

Shades of Indigo #5C0E8A

Tints of Indigo #5C0E8A

Color information

#5C0E8A (or 0x5C0E8A) is unknown color: approx Indigo. HEX triplet: 5C, 0E and 8A. RGB value is (92,14,138). Sum of RGB (Red+Green+Blue) = 92+14+138=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C0E8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0E8A is #A3F175. Grayscale: #333333. Windows color (decimal): -10744182 or 9047644. OLE color: 9047644.

HSL color Cylindrical-coordinate representation of color #5C0E8A: hue angle of 277.74º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0E8A is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9214138-
CMYK0.330.9000.46
HSL277.74º81.58%29.8%-
HSV(B)277.74º89.86%54.12%-
XYZ9.164.4224.42-
YUV51.46176.84156.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.70%
GREEN value IS 14 (5.86% from 255) = 5.74%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=37.70%
G=5.74%
B=56.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal92141380.330.9000.46277.7481.5829.8
Hex5CE8A215A02E116521e
Octal134162124113205642612236
Binary101110011101000101010000110110100101110100010110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,14,138); }

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

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

 a { background-color: rgb(92,14,138); }

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

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

 span { border-color: rgb(92,14,138); }

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