#3F1A79

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

Shades of Persian Indigo #3F1A79

Tints of Persian Indigo #3F1A79

Color information

#3F1A79 (or 0x3F1A79) is unknown color: approx Persian Indigo. HEX triplet: 3F, 1A and 79. RGB value is (63,26,121). Sum of RGB (Red+Green+Blue) = 63+26+121=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F1A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1A79 is #C0E586. Grayscale: #2F2F2F. Windows color (decimal): -12641671 or 7936575. OLE color: 7936575.

HSL color Cylindrical-coordinate representation of color #3F1A79: hue angle of 263.37º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F1A79 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6326121-
CMYK0.480.7900.53
HSL263.37º64.63%28.82%-
HSV(B)263.37º78.51%47.45%-
XYZ5.873.1818.39-
YUV47.89169.26138.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 121 (47.66% from 255) = 57.62%
R=30%
G=12.38%
B=57.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63261210.480.7900.53263.3764.6328.82
Hex3F1A79304F035107411d
Octal77321716011706540710135
Binary11111111010111100111000010011110110101100000111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,26,121); }

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

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

 a { background-color: rgb(63,26,121); }

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

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

 span { border-color: rgb(63,26,121); }

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