#3F1293

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

Shades of Persian Indigo #3F1293

Tints of Persian Indigo #3F1293

Color information

#3F1293 (or 0x3F1293) is unknown color: approx Persian Indigo. HEX triplet: 3F, 12 and 93. RGB value is (63,18,147). Sum of RGB (Red+Green+Blue) = 63+18+147=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F1293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1293 is #C0ED6C. Grayscale: #2D2D2D. Windows color (decimal): -12643693 or 9638463. OLE color: 9638463.

HSL color Cylindrical-coordinate representation of color #3F1293: hue angle of 260.93º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1293 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6318147-
CMYK0.570.8800.42
HSL260.93º78.18%32.35%-
HSV(B)260.93º87.76%57.65%-
XYZ7.533.627.9-
YUV46.16184.91140.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.63%
GREEN value IS 18 (7.42% from 255) = 7.89%
BLUE value IS 147 (57.81% from 255) = 64.47%
R=27.63%
G=7.89%
B=64.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63181470.570.8800.42260.9378.1832.35
Hex3F1293395802A1054e20
Octal77222237113005240511640
Binary1111111001010010011111001101100001010101000001011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,18,147); }

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

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

 a { background-color: rgb(63,18,147); }

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

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

 span { border-color: rgb(63,18,147); }

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