#3F1772

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

Shades of Persian Indigo #3F1772

Tints of Persian Indigo #3F1772

Color information

#3F1772 (or 0x3F1772) is unknown color: approx Persian Indigo. HEX triplet: 3F, 17 and 72. RGB value is (63,23,114). Sum of RGB (Red+Green+Blue) = 63+23+114=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F1772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1772 is #C0E88D. Grayscale: #2D2D2D. Windows color (decimal): -12642446 or 7477055. OLE color: 7477055.

HSL color Cylindrical-coordinate representation of color #3F1772: hue angle of 266.37º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F1772 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6323114-
CMYK0.450.8000.55
HSL266.37º66.42%26.86%-
HSV(B)266.37º79.82%44.71%-
XYZ5.392.8816.19-
YUV45.33166.75140.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.5%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 114 (44.92% from 255) = 57%
R=31.5%
G=11.5%
B=57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63231140.450.8000.55266.3766.4226.86
Hex3F17722D5003710a421b
Octal77271625512006741210233
Binary11111110111111001010110110100000110111100001010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,23,114); }

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

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

 a { background-color: rgb(63,23,114); }

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

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

 span { border-color: rgb(63,23,114); }

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