#3F1B79

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

Shades of Persian Indigo #3F1B79

Tints of Persian Indigo #3F1B79

Color information

#3F1B79 (or 0x3F1B79) is unknown color: approx Persian Indigo. HEX triplet: 3F, 1B and 79. RGB value is (63,27,121). Sum of RGB (Red+Green+Blue) = 63+27+121=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F1B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1B79 is #C0E486. Grayscale: #303030. Windows color (decimal): -12641415 or 7936831. OLE color: 7936831.

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

Color convert

RGB6327121-
CMYK0.480.7800.53
HSL262.98º63.51%29.02%-
HSV(B)262.98º77.69%47.45%-
XYZ5.893.2218.4-
YUV48.48168.93138.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.86%
GREEN value IS 27 (10.94% from 255) = 12.80%
BLUE value IS 121 (47.66% from 255) = 57.35%
R=29.86%
G=12.80%
B=57.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63271210.480.7800.53262.9863.5129.02
Hex3F1B79304E035107401d
Octal77331716011606540710035
Binary11111111011111100111000010011100110101100000111100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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