#3F0FA6

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

Shades of Persian Indigo #3F0FA6

Tints of Persian Indigo #3F0FA6

Color information

#3F0FA6 (or 0x3F0FA6) is unknown color: approx Persian Indigo. HEX triplet: 3F, 0F and A6. RGB value is (63,15,166). Sum of RGB (Red+Green+Blue) = 63+15+166=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 166 (65.23% from 255 or 68.03% from 244); Max value from RGB is 166 - color contains mainly: blue. Hex color #3F0FA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0FA6 is #C0F059. Grayscale: #2E2E2E. Windows color (decimal): -12644442 or 10882879. OLE color: 10882879.

HSL color Cylindrical-coordinate representation of color #3F0FA6: hue angle of 259.07º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0FA6 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6315166-
CMYK0.620.9100.35
HSL259.07º83.43%35.49%-
HSV(B)259.07º90.96%65.1%-
XYZ9.14.1536.4-
YUV46.57195.4139.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.82%
GREEN value IS 15 (6.25% from 255) = 6.15%
BLUE value IS 166 (65.23% from 255) = 68.03%
R=25.82%
G=6.15%
B=68.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal63151660.620.9100.35259.0783.4335.49
Hex3FFA63E5B0231035323
Octal77172467613304340312343
Binary111111111110100110111110101101101000111000000111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,15,166); }

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

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

 a { background-color: rgb(63,15,166); }

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

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

 span { border-color: rgb(63,15,166); }

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