#3C149F

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

Shades of Persian Indigo #3C149F

Tints of Persian Indigo #3C149F

Color information

#3C149F (or 0x3C149F) is unknown color: approx Persian Indigo. HEX triplet: 3C, 14 and 9F. RGB value is (60,20,159). Sum of RGB (Red+Green+Blue) = 60+20+159=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C149F is #C3EB60. Grayscale: #2F2F2F. Windows color (decimal): -12839777 or 10425404. OLE color: 10425404.

HSL color Cylindrical-coordinate representation of color #3C149F: hue angle of 257.27º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C149F is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6020159-
CMYK0.620.8700.38
HSL257.27º77.65%35.1%-
HSV(B)257.27º87.42%62.35%-
XYZ8.373.9633.12-
YUV47.81190.75136.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 159 (62.5% from 255) = 66.53%
R=25.10%
G=8.37%
B=66.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60201590.620.8700.38257.2777.6535.1
Hex3C149F3E570261014e23
Octal74242377612704640111643
Binary1111001010010011111111110101011101001101000000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,20,159); }

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

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

 a { background-color: rgb(60,20,159); }

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

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

 span { border-color: rgb(60,20,159); }

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