#3C1277

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

Shades of Persian Indigo #3C1277

Tints of Persian Indigo #3C1277

Color information

#3C1277 (or 0x3C1277) is unknown color: approx Persian Indigo. HEX triplet: 3C, 12 and 77. RGB value is (60,18,119). Sum of RGB (Red+Green+Blue) = 60+18+119=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C1277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1277 is #C3ED88. Grayscale: #292929. Windows color (decimal): -12840329 or 7803452. OLE color: 7803452.

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

Color convert

RGB6018119-
CMYK0.500.8500.53
HSL264.95º73.72%26.86%-
HSV(B)264.95º84.87%46.67%-
XYZ5.412.7317.69-
YUV42.07171.41140.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.46%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 119 (46.88% from 255) = 60.41%
R=30.46%
G=9.14%
B=60.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60181190.500.8500.53264.9573.7226.86
Hex3C127732550351094a1b
Octal74221676212506541111233
Binary11110010010111011111001010101010110101100001001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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