#5C036B

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

Shades of Indigo #5C036B

Tints of Indigo #5C036B

Color information

#5C036B (or 0x5C036B) is unknown color: approx Indigo. HEX triplet: 5C, 03 and 6B. RGB value is (92,3,107). Sum of RGB (Red+Green+Blue) = 92+3+107=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #5C036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C036B is #A3FC94. Grayscale: #292929. Windows color (decimal): -10747029 or 7013212. OLE color: 7013212.

HSL color Cylindrical-coordinate representation of color #5C036B: hue angle of 291.35º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C036B is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB923107-
CMYK0.140.9700.58
HSL291.35º94.55%21.57%-
HSV(B)291.35º97.2%41.96%-
XYZ7.13.414.19-
YUV41.47164.99164.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.54%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 107 (42.19% from 255) = 52.97%
R=45.54%
G=1.49%
B=52.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9231070.140.9700.58291.3594.5521.57
Hex5C36BE6103A1235f16
Octal13431531614107244313726
Binary1011100111101011111011000010111010100100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C036B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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