#3C0677

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

Shades of Indigo #3C0677

Tints of Indigo #3C0677

Color information

#3C0677 (or 0x3C0677) is unknown color: approx Indigo. HEX triplet: 3C, 06 and 77. RGB value is (60,6,119). Sum of RGB (Red+Green+Blue) = 60+6+119=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C0677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0677 is #C3F988. Grayscale: #222222. Windows color (decimal): -12843401 or 7800380. OLE color: 7800380.

HSL color Cylindrical-coordinate representation of color #3C0677: hue angle of 268.67º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0677 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB606119-
CMYK0.500.9500.53
HSL268.67º90.4%24.51%-
HSV(B)268.67º94.96%46.67%-
XYZ5.262.4217.64-
YUV35.03175.39145.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.43%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 119 (46.88% from 255) = 64.32%
R=32.43%
G=3.24%
B=64.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6061190.500.9500.53268.6790.424.51
Hex3C677325F03510d5a19
Octal7461676213706541513231
Binary111100110111011111001010111110110101100001101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,6,119); }

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

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

 a { background-color: rgb(60,6,119); }

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

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

 span { border-color: rgb(60,6,119); }

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