#3C046F

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

Shades of Indigo #3C046F

Tints of Indigo #3C046F

Color information

#3C046F (or 0x3C046F) is unknown color: approx Indigo. HEX triplet: 3C, 04 and 6F. RGB value is (60,4,111). Sum of RGB (Red+Green+Blue) = 60+4+111=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C046F is #C3FB90. Grayscale: #202020. Windows color (decimal): -12843921 or 7275580. OLE color: 7275580.

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

Color convert

RGB604111-
CMYK0.460.9600.56
HSL271.4º93.04%22.55%-
HSV(B)271.4º96.4%43.53%-
XYZ4.782.215.21-
YUV32.94172.05147.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 111 (43.75% from 255) = 63.43%
R=34.29%
G=2.29%
B=63.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6041110.460.9600.56271.493.0422.55
Hex3C46F2E6003810f5d17
Octal7441575614007041713527
Binary111100100110111110111011000000111000100001111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,4,111); }

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

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

 a { background-color: rgb(60,4,111); }

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

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

 span { border-color: rgb(60,4,111); }

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