#3F106F

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

Shades of Persian Indigo #3F106F

Tints of Persian Indigo #3F106F

Color information

#3F106F (or 0x3F106F) is unknown color: approx Persian Indigo. HEX triplet: 3F, 10 and 6F. RGB value is (63,16,111). Sum of RGB (Red+Green+Blue) = 63+16+111=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F106F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F106F is #C0EF90. Grayscale: #282828. Windows color (decimal): -12644241 or 7278655. OLE color: 7278655.

HSL color Cylindrical-coordinate representation of color #3F106F: hue angle of 269.68º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F106F is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6316111-
CMYK0.430.8600.56
HSL269.68º74.8%24.9%-
HSV(B)269.68º85.59%43.53%-
XYZ5.12.5815.27-
YUV40.88167.57143.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.16%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 111 (43.75% from 255) = 58.42%
R=33.16%
G=8.42%
B=58.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63161110.430.8600.56269.6874.824.9
Hex3F106F2B5603810e4b19
Octal77201575312607041611331
Binary11111110000110111110101110101100111000100001110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F106F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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