#3F1285

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

Shades of Persian Indigo #3F1285

Tints of Persian Indigo #3F1285

Color information

#3F1285 (or 0x3F1285) is unknown color: approx Persian Indigo. HEX triplet: 3F, 12 and 85. RGB value is (63,18,133). Sum of RGB (Red+Green+Blue) = 63+18+133=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F1285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1285 is #C0ED7A. Grayscale: #2C2C2C. Windows color (decimal): -12643707 or 8720959. OLE color: 8720959.

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

Color convert

RGB6318133-
CMYK0.530.8600.48
HSL263.48º76.16%29.61%-
HSV(B)263.48º86.47%52.16%-
XYZ6.53.1822.46-
YUV44.56177.91141.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.44%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 133 (52.34% from 255) = 62.15%
R=29.44%
G=8.41%
B=62.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63181330.530.8600.48263.4876.1629.61
Hex3F128535560301074c1e
Octal77222056512606040711436
Binary111111100101000010111010110101100110000100000111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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