#3C0170

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

Shades of Indigo #3C0170

Tints of Indigo #3C0170

Color information

#3C0170 (or 0x3C0170) is unknown color: approx Indigo. HEX triplet: 3C, 01 and 70. RGB value is (60,1,112). Sum of RGB (Red+Green+Blue) = 60+1+112=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C0170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0170 is #C3FE8F. Grayscale: #1E1E1E. Windows color (decimal): -12844688 or 7340348. OLE color: 7340348.

HSL color Cylindrical-coordinate representation of color #3C0170: hue angle of 271.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C0170 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB601112-
CMYK0.460.9900.56
HSL271.89º98.23%22.16%-
HSV(B)271.89º99.11%43.92%-
XYZ4.82.1515.49-
YUV31.3173.55148.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.68%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 112 (44.14% from 255) = 64.74%
R=34.68%
G=0.58%
B=64.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6011120.460.9900.56271.8998.2322.16
Hex3C1702E630381106216
Octal7411605614307042014226
Binary1111001111000010111011000110111000100010000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C0170; }

 p { color: rgb(60,1,112); }

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

<style>
 a { background-color: #3C0170; }

 a { background-color: rgb(60,1,112); }

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

<style>
 span { border-color: #3C0170; }

 span { border-color: rgb(60,1,112); }

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