#5C0370

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

Shades of Indigo #5C0370

Tints of Indigo #5C0370

Color information

#5C0370 (or 0x5C0370) is unknown color: approx Indigo. HEX triplet: 5C, 03 and 70. RGB value is (92,3,112). Sum of RGB (Red+Green+Blue) = 92+3+112=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #5C0370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0370 is #A3FC8F. Grayscale: #292929. Windows color (decimal): -10747024 or 7340892. OLE color: 7340892.

HSL color Cylindrical-coordinate representation of color #5C0370: hue angle of 288.99º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C0370 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB923112-
CMYK0.180.9700.56
HSL288.99º94.78%22.55%-
HSV(B)288.99º97.32%43.92%-
XYZ7.373.5115.62-
YUV42.04167.49163.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.44%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=44.44%
G=1.45%
B=54.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9231120.180.9700.56288.9994.7822.55
Hex5C37012610381215f17
Octal13431602214107044113727
Binary10111001111100001001011000010111000100100001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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