#3F1585

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

Shades of Persian Indigo #3F1585

Tints of Persian Indigo #3F1585

Color information

#3F1585 (or 0x3F1585) is unknown color: approx Persian Indigo. HEX triplet: 3F, 15 and 85. RGB value is (63,21,133). Sum of RGB (Red+Green+Blue) = 63+21+133=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F1585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1585 is #C0EA7A. Grayscale: #2D2D2D. Windows color (decimal): -12642939 or 8721727. OLE color: 8721727.

HSL color Cylindrical-coordinate representation of color #3F1585: hue angle of 262.5º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F1585 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6321133-
CMYK0.530.8400.48
HSL262.5º72.73%30.2%-
HSV(B)262.5º84.21%52.16%-
XYZ6.553.2922.48-
YUV46.33176.91139.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 133 (52.34% from 255) = 61.29%
R=29.03%
G=9.68%
B=61.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63211330.530.8400.48262.572.7330.2
Hex3F15853554030106491e
Octal77252056512406040611136
Binary111111101011000010111010110101000110000100000110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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