#3C046D

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

Shades of Indigo #3C046D

Tints of Indigo #3C046D

Color information

#3C046D (or 0x3C046D) is unknown color: approx Indigo. HEX triplet: 3C, 04 and 6D. RGB value is (60,4,109). Sum of RGB (Red+Green+Blue) = 60+4+109=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C046D is #C3FB92. Grayscale: #202020. Windows color (decimal): -12843923 or 7144508. OLE color: 7144508.

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

Color convert

RGB604109-
CMYK0.450.9600.57
HSL272º92.92%22.16%-
HSV(B)272º96.33%42.75%-
XYZ4.672.1514.64-
YUV32.71171.05147.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.68%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 109 (42.97% from 255) = 63.01%
R=34.68%
G=2.31%
B=63.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6041090.450.9600.5727292.9222.16
Hex3C46D2D600391105d16
Octal7441555514007142013526
Binary111100100110110110110111000000111001100010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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