#3F1577

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

Shades of Persian Indigo #3F1577

Tints of Persian Indigo #3F1577

Color information

#3F1577 (or 0x3F1577) is unknown color: approx Persian Indigo. HEX triplet: 3F, 15 and 77. RGB value is (63,21,119). Sum of RGB (Red+Green+Blue) = 63+21+119=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F1577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1577 is #C0EA88. Grayscale: #2C2C2C. Windows color (decimal): -12642953 or 7804223. OLE color: 7804223.

HSL color Cylindrical-coordinate representation of color #3F1577: hue angle of 265.71º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F1577 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6321119-
CMYK0.470.8200.53
HSL265.71º70%27.45%-
HSV(B)265.71º82.35%46.67%-
XYZ5.652.9317.72-
YUV44.73169.91141.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.03%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 119 (46.88% from 255) = 58.62%
R=31.03%
G=10.34%
B=58.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63211190.470.8200.53265.717027.45
Hex3F15772F5203510a461b
Octal77251675712206541210633
Binary11111110101111011110111110100100110101100001010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,21,119); }

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

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

 a { background-color: rgb(63,21,119); }

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

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

 span { border-color: rgb(63,21,119); }

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