#5C038D

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

Shades of Indigo #5C038D

Tints of Indigo #5C038D

Color information

#5C038D (or 0x5C038D) is unknown color: approx Indigo. HEX triplet: 5C, 03 and 8D. RGB value is (92,3,141). Sum of RGB (Red+Green+Blue) = 92+3+141=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C038D is #A3FC72. Grayscale: #2C2C2C. Windows color (decimal): -10746995 or 9241436. OLE color: 9241436.

HSL color Cylindrical-coordinate representation of color #5C038D: hue angle of 278.7º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C038D is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB923141-
CMYK0.350.9800.45
HSL278.7º95.83%28.24%-
HSV(B)278.7º97.87%55.29%-
XYZ9.254.2625.53-
YUV45.34181.99161.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.98%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 141 (55.47% from 255) = 59.75%
R=38.98%
G=1.27%
B=59.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9231410.350.9800.45278.795.8328.24
Hex5C38D236202D117601c
Octal13432154314205542714034
Binary1011100111000110110001111000100101101100010111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,3,141); }

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

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

 a { background-color: rgb(92,3,141); }

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

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

 span { border-color: rgb(92,3,141); }

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