#3F1086

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

Shades of Persian Indigo #3F1086

Tints of Persian Indigo #3F1086

Color information

#3F1086 (or 0x3F1086) is unknown color: approx Persian Indigo. HEX triplet: 3F, 10 and 86. RGB value is (63,16,134). Sum of RGB (Red+Green+Blue) = 63+16+134=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 134 (52.73% from 255 or 62.91% from 213); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F1086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1086 is #C0EF79. Grayscale: #2B2B2B. Windows color (decimal): -12644218 or 8785983. OLE color: 8785983.

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

Color convert

RGB6316134-
CMYK0.530.8800.47
HSL263.9º78.67%29.41%-
HSV(B)263.9º88.06%52.55%-
XYZ6.543.1522.82-
YUV43.5179.07141.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 134 (52.73% from 255) = 62.91%
R=29.58%
G=7.51%
B=62.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63161340.530.8800.47263.978.6729.41
Hex3F1086355802F1084f1d
Octal77202066513005741011735
Binary111111100001000011011010110110000101111100001000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,16,134); }

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

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

 a { background-color: rgb(63,16,134); }

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

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

 span { border-color: rgb(63,16,134); }

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