#3C1076

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

Shades of Persian Indigo #3C1076

Tints of Persian Indigo #3C1076

Color information

#3C1076 (or 0x3C1076) is unknown color: approx Persian Indigo. HEX triplet: 3C, 10 and 76. RGB value is (60,16,118). Sum of RGB (Red+Green+Blue) = 60+16+118=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C1076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1076 is #C3EF89. Grayscale: #282828. Windows color (decimal): -12840842 or 7737404. OLE color: 7737404.

HSL color Cylindrical-coordinate representation of color #3C1076: hue angle of 265.88º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C1076 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6016118-
CMYK0.490.8600.54
HSL265.88º76.12%26.27%-
HSV(B)265.88º86.44%46.27%-
XYZ5.322.6417.37-
YUV40.78171.58141.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.93%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 118 (46.48% from 255) = 60.82%
R=30.93%
G=8.25%
B=60.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60161180.490.8600.54265.8876.1226.27
Hex3C1076315603610a4c1a
Octal74201666112606641211432
Binary11110010000111011011000110101100110110100001010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,16,118); }

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

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

 a { background-color: rgb(60,16,118); }

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

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

 span { border-color: rgb(60,16,118); }

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