#3F1972

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

Shades of Persian Indigo #3F1972

Tints of Persian Indigo #3F1972

Color information

#3F1972 (or 0x3F1972) is unknown color: approx Persian Indigo. HEX triplet: 3F, 19 and 72. RGB value is (63,25,114). Sum of RGB (Red+Green+Blue) = 63+25+114=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1972 is #C0E68D. Grayscale: #2E2E2E. Windows color (decimal): -12641934 or 7477567. OLE color: 7477567.

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

Color convert

RGB6325114-
CMYK0.450.7800.55
HSL265.62º64.03%27.25%-
HSV(B)265.62º78.07%44.71%-
XYZ5.432.9716.21-
YUV46.51166.09139.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.19%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=31.19%
G=12.38%
B=56.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63251140.450.7800.55265.6264.0327.25
Hex3F19722D4E03710a401b
Octal77311625511606741210033
Binary11111111001111001010110110011100110111100001010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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