#3C1180

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

Shades of Persian Indigo #3C1180

Tints of Persian Indigo #3C1180

Color information

#3C1180 (or 0x3C1180) is unknown color: approx Persian Indigo. HEX triplet: 3C, 11 and 80. RGB value is (60,17,128). Sum of RGB (Red+Green+Blue) = 60+17+128=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #3C1180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1180 is #C3EE7F. Grayscale: #2A2A2A. Windows color (decimal): -12840576 or 8393020. OLE color: 8393020.

HSL color Cylindrical-coordinate representation of color #3C1180: hue angle of 263.24º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C1180 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6017128-
CMYK0.530.8700.50
HSL263.24º76.55%28.43%-
HSV(B)263.24º86.72%50.2%-
XYZ5.962.9220.67-
YUV42.51176.25140.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 128 (50.39% from 255) = 62.44%
R=29.27%
G=8.29%
B=62.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal60171280.530.8700.50263.2476.5528.43
Hex3C118035570321074d1c
Octal74212006512706240711534
Binary111100100011000000011010110101110110010100000111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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