#3C016E

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

Shades of Indigo #3C016E

Tints of Indigo #3C016E

Color information

#3C016E (or 0x3C016E) is unknown color: approx Indigo. HEX triplet: 3C, 01 and 6E. RGB value is (60,1,110). Sum of RGB (Red+Green+Blue) = 60+1+110=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C016E is #C3FE91. Grayscale: #1E1E1E. Windows color (decimal): -12844690 or 7209276. OLE color: 7209276.

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

Color convert

RGB601110-
CMYK0.450.9900.57
HSL272.48º98.2%21.76%-
HSV(B)272.48º99.09%43.14%-
XYZ4.692.1114.91-
YUV31.07172.55148.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 110 (43.36% from 255) = 64.33%
R=35.09%
G=0.58%
B=64.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6011100.450.9900.57272.4898.221.76
Hex3C16E2D630391106216
Octal7411565514307142014226
Binary1111001110111010110111000110111001100010000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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