#3F1889

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

Shades of Persian Indigo #3F1889

Tints of Persian Indigo #3F1889

Color information

#3F1889 (or 0x3F1889) is unknown color: approx Persian Indigo. HEX triplet: 3F, 18 and 89. RGB value is (63,24,137). Sum of RGB (Red+Green+Blue) = 63+24+137=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F1889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1889 is #C0E776. Grayscale: #303030. Windows color (decimal): -12642167 or 8984639. OLE color: 8984639.

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

Color convert

RGB6324137-
CMYK0.540.8200.46
HSL260.71º70.19%31.57%-
HSV(B)260.71º82.48%53.73%-
XYZ6.893.5223.98-
YUV48.54177.92138.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.12%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 137 (53.91% from 255) = 61.16%
R=28.12%
G=10.71%
B=61.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63241370.540.8200.46260.7170.1931.57
Hex3F1889365202E1054620
Octal77302116612205640510640
Binary1111111100010001001110110101001001011101000001011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,24,137); }

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

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

 a { background-color: rgb(63,24,137); }

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

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

 span { border-color: rgb(63,24,137); }

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