#3F157C

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

Shades of Persian Indigo #3F157C

Tints of Persian Indigo #3F157C

Color information

#3F157C (or 0x3F157C) is unknown color: approx Persian Indigo. HEX triplet: 3F, 15 and 7C. RGB value is (63,21,124). Sum of RGB (Red+Green+Blue) = 63+21+124=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F157C is #C0EA83. Grayscale: #2C2C2C. Windows color (decimal): -12642948 or 8131903. OLE color: 8131903.

HSL color Cylindrical-coordinate representation of color #3F157C: hue angle of 264.47º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F157C is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6321124-
CMYK0.490.8300.51
HSL264.47º71.03%28.43%-
HSV(B)264.47º83.06%48.63%-
XYZ5.963.0519.34-
YUV45.3172.41140.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.29%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 124 (48.83% from 255) = 59.62%
R=30.29%
G=10.10%
B=59.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63211240.490.8300.51264.4771.0328.43
Hex3F157C3153033108471c
Octal77251746112306341010734
Binary11111110101111110011000110100110110011100001000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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