#3C166F

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

Shades of Persian Indigo #3C166F

Tints of Persian Indigo #3C166F

Color information

#3C166F (or 0x3C166F) is unknown color: approx Persian Indigo. HEX triplet: 3C, 16 and 6F. RGB value is (60,22,111). Sum of RGB (Red+Green+Blue) = 60+22+111=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C166F is #C3E990. Grayscale: #2B2B2B. Windows color (decimal): -12839313 or 7280188. OLE color: 7280188.

HSL color Cylindrical-coordinate representation of color #3C166F: hue angle of 265.62º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C166F is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6022111-
CMYK0.460.8000.56
HSL265.62º66.92%26.08%-
HSV(B)265.62º80.18%43.53%-
XYZ5.022.6815.29-
YUV43.51166.09139.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.09%
GREEN value IS 22 (8.98% from 255) = 11.40%
BLUE value IS 111 (43.75% from 255) = 57.51%
R=31.09%
G=11.40%
B=57.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60221110.460.8000.56265.6266.9226.08
Hex3C166F2E5003810a431a
Octal74261575612007041210332
Binary11110010110110111110111010100000111000100001010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,22,111); }

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

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

 a { background-color: rgb(60,22,111); }

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

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

 span { border-color: rgb(60,22,111); }

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