#3C199F

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

Shades of Persian Indigo #3C199F

Tints of Persian Indigo #3C199F

Color information

#3C199F (or 0x3C199F) is unknown color: approx Persian Indigo. HEX triplet: 3C, 19 and 9F. RGB value is (60,25,159). Sum of RGB (Red+Green+Blue) = 60+25+159=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C199F is #C3E660. Grayscale: #323232. Windows color (decimal): -12838497 or 10426684. OLE color: 10426684.

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

Color convert

RGB6025159-
CMYK0.620.8400.38
HSL255.67º72.83%36.08%-
HSV(B)255.67º84.28%62.35%-
XYZ8.474.1633.16-
YUV50.74189.1134.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.59%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 159 (62.5% from 255) = 65.16%
R=24.59%
G=10.25%
B=65.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60251590.620.8400.38255.6772.8336.08
Hex3C199F3E540261004924
Octal74312377612404640011144
Binary1111001100110011111111110101010001001101000000001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C199F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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