#3C1177

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

Shades of Persian Indigo #3C1177

Tints of Persian Indigo #3C1177

Color information

#3C1177 (or 0x3C1177) is unknown color: approx Persian Indigo. HEX triplet: 3C, 11 and 77. RGB value is (60,17,119). Sum of RGB (Red+Green+Blue) = 60+17+119=196 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.61% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C1177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1177 is #C3EE88. Grayscale: #292929. Windows color (decimal): -12840585 or 7803196. OLE color: 7803196.

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

Color convert

RGB6017119-
CMYK0.500.8600.53
HSL265.29º75%26.67%-
HSV(B)265.29º85.71%46.67%-
XYZ5.392.6917.69-
YUV41.48171.75141.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.61%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 119 (46.88% from 255) = 60.71%
R=30.61%
G=8.67%
B=60.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60171190.500.8600.53265.297526.67
Hex3C117732560351094b1b
Octal74211676212606541111333
Binary11110010001111011111001010101100110101100001001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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