#3F1096

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

Shades of Persian Indigo #3F1096

Tints of Persian Indigo #3F1096

Color information

#3F1096 (or 0x3F1096) is unknown color: approx Persian Indigo. HEX triplet: 3F, 10 and 96. RGB value is (63,16,150). Sum of RGB (Red+Green+Blue) = 63+16+150=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F1096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1096 is #C0EF69. Grayscale: #2C2C2C. Windows color (decimal): -12644202 or 9834559. OLE color: 9834559.

HSL color Cylindrical-coordinate representation of color #3F1096: hue angle of 261.04º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F1096 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6316150-
CMYK0.580.8900.41
HSL261.04º80.72%32.55%-
HSV(B)261.04º89.33%58.82%-
XYZ7.743.6329.15-
YUV45.33187.07140.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.51%
GREEN value IS 16 (6.64% from 255) = 6.99%
BLUE value IS 150 (58.98% from 255) = 65.50%
R=27.51%
G=6.99%
B=65.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal63161500.580.8900.41261.0480.7232.55
Hex3F10963A590291055121
Octal77202267213105140512141
Binary1111111000010010110111010101100101010011000001011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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