#3f197c

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

Shades of Persian Indigo #3F197C

Tints of Persian Indigo #3F197C

Color information

#3F197C (or 0x3F197C) is unknown color: approx Persian Indigo. HEX triplet: 3F, 19 and 7C. RGB value is (63,25,124). Sum of RGB (Red+Green+Blue) = 63+25+124=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F197C is #C0E683. Grayscale: #2F2F2F. Windows color (decimal): -12641924 or 8132927. OLE color: 8132927.

HSL color Cylindrical-coordinate representation of color #3F197C: hue angle of 263.03º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F197C is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6325124-
CMYK0.490.8000.51
HSL263.03º66.44%29.22%-
HSV(B)263.03º79.84%48.63%-
XYZ6.043.2119.37-
YUV47.65171.09138.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.72%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 124 (48.83% from 255) = 58.49%
R=29.72%
G=11.79%
B=58.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63251240.490.8000.51263.0366.4429.22
Hex3F197C3150033107421d
Octal77311746112006340710235
Binary11111111001111110011000110100000110011100000111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f197c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,25,124); }

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

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

 a { background-color: rgb(63,25,124); }

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

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

 span { border-color: rgb(63,25,124); }

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