#3F1C83

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

Shades of Persian Indigo #3F1C83

Tints of Persian Indigo #3F1C83

Color information

#3F1C83 (or 0x3F1C83) is unknown color: approx Persian Indigo. HEX triplet: 3F, 1C and 83. RGB value is (63,28,131). Sum of RGB (Red+Green+Blue) = 63+28+131=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #3F1C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1C83 is #C0E37C. Grayscale: #313131. Windows color (decimal): -12641149 or 8592447. OLE color: 8592447.

HSL color Cylindrical-coordinate representation of color #3F1C83: hue angle of 260.39º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F1C83 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6328131-
CMYK0.520.7900.49
HSL260.39º64.78%31.18%-
HSV(B)260.39º78.63%51.37%-
XYZ6.563.5321.81-
YUV50.21173.6137.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.38%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 131 (51.56% from 255) = 59.01%
R=28.38%
G=12.61%
B=59.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63281310.520.7900.49260.3964.7831.18
Hex3F1C83344F031104411f
Octal77342036411706140410137
Binary111111111001000001111010010011110110001100000100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,28,131); }

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

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

 a { background-color: rgb(63,28,131); }

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

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

 span { border-color: rgb(63,28,131); }

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