#3C017C

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

Shades of Indigo #3C017C

Tints of Indigo #3C017C

Color information

#3C017C (or 0x3C017C) is unknown color: approx Indigo. HEX triplet: 3C, 01 and 7C. RGB value is (60,1,124). Sum of RGB (Red+Green+Blue) = 60+1+124=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C017C is #C3FE83. Grayscale: #202020. Windows color (decimal): -12844676 or 8126780. OLE color: 8126780.

HSL color Cylindrical-coordinate representation of color #3C017C: hue angle of 268.78º 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 #3C017C is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB601124-
CMYK0.520.9900.51
HSL268.78º98.4%24.51%-
HSV(B)268.78º99.19%48.63%-
XYZ5.512.4419.25-
YUV32.66179.55147.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.43%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 124 (48.83% from 255) = 67.03%
R=32.43%
G=0.54%
B=67.03%

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
Decimal6011240.520.9900.51268.7898.424.51
Hex3C17C346303310d6219
Octal7411746414306341514231
Binary1111001111110011010011000110110011100001101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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