#3C017D

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

Shades of Indigo #3C017D

Tints of Indigo #3C017D

Color information

#3C017D (or 0x3C017D) is unknown color: approx Indigo. HEX triplet: 3C, 01 and 7D. RGB value is (60,1,125). Sum of RGB (Red+Green+Blue) = 60+1+125=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C017D is #C3FE82. Grayscale: #202020. Windows color (decimal): -12844675 or 8192316. OLE color: 8192316.

HSL color Cylindrical-coordinate representation of color #3C017D: hue angle of 268.55º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C017D is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB601125-
CMYK0.520.9900.51
HSL268.55º98.41%24.71%-
HSV(B)268.55º99.2%49.02%-
XYZ5.582.4619.58-
YUV32.78180.05147.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.26%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 125 (49.22% from 255) = 67.20%
R=32.26%
G=0.54%
B=67.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6011250.520.9900.51268.5598.4124.71
Hex3C17D346303310d6219
Octal7411756414306341514231
Binary1111001111110111010011000110110011100001101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C017D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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