#3C036E

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

Shades of Indigo #3C036E

Tints of Indigo #3C036E

Color information

#3C036E (or 0x3C036E) is unknown color: approx Indigo. HEX triplet: 3C, 03 and 6E. RGB value is (60,3,110). Sum of RGB (Red+Green+Blue) = 60+3+110=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C036E is #C3FC91. Grayscale: #1F1F1F. Windows color (decimal): -12844178 or 7209788. OLE color: 7209788.

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

Color convert

RGB603110-
CMYK0.450.9700.57
HSL271.96º94.69%22.16%-
HSV(B)271.96º97.27%43.14%-
XYZ4.712.1514.92-
YUV32.24171.88147.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.68%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 110 (43.36% from 255) = 63.58%
R=34.68%
G=1.73%
B=63.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6031100.450.9700.57271.9694.6922.16
Hex3C36E2D610391105f16
Octal7431565514107142013726
Binary11110011110111010110111000010111001100010000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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