#5C028B

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

Shades of Indigo #5C028B

Tints of Indigo #5C028B

Color information

#5C028B (or 0x5C028B) is unknown color: approx Indigo. HEX triplet: 5C, 02 and 8B. RGB value is (92,2,139). Sum of RGB (Red+Green+Blue) = 92+2+139=233 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.48% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C028B is #A3FD74. Grayscale: #2C2C2C. Windows color (decimal): -10747253 or 9110108. OLE color: 9110108.

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

Color convert

RGB922139-
CMYK0.340.9900.45
HSL279.42º97.16%27.65%-
HSV(B)279.42º98.56%54.51%-
XYZ9.14.1824.75-
YUV44.53181.32161.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.48%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 139 (54.69% from 255) = 59.66%
R=39.48%
G=0.86%
B=59.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9221390.340.9900.45279.4297.1627.65
Hex5C28B226302D117611c
Octal13422134214305542714134
Binary1011100101000101110001011000110101101100010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,2,139); }

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

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

 a { background-color: rgb(92,2,139); }

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

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

 span { border-color: rgb(92,2,139); }

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