#3C1F97

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

Shades of Persian Indigo #3C1F97

Tints of Persian Indigo #3C1F97

Color information

#3C1F97 (or 0x3C1F97) is unknown color: approx Persian Indigo. HEX triplet: 3C, 1F and 97. RGB value is (60,31,151). Sum of RGB (Red+Green+Blue) = 60+31+151=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #3C1F97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1F97 is #C3E068. Grayscale: #343434. Windows color (decimal): -12836969 or 9903932. OLE color: 9903932.

HSL color Cylindrical-coordinate representation of color #3C1F97: hue angle of 254.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C1F97 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6031151-
CMYK0.600.7900.41
HSL254.5º65.93%35.69%-
HSV(B)254.5º79.47%59.22%-
XYZ7.944.1729.67-
YUV53.35183.11132.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.79%
GREEN value IS 31 (12.5% from 255) = 12.81%
BLUE value IS 151 (59.38% from 255) = 62.40%
R=24.79%
G=12.81%
B=62.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal60311510.600.7900.41254.565.9335.69
Hex3C1F973C4F029fe4224
Octal74372277411705137610244
Binary111100111111001011111110010011110101001111111101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,31,151); }

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

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

 a { background-color: rgb(60,31,151); }

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

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

 span { border-color: rgb(60,31,151); }

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