#3f1c7c

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

Shades of Persian Indigo #3F1C7C

Tints of Persian Indigo #3F1C7C

Color information

#3F1C7C (or 0x3F1C7C) is unknown color: approx Persian Indigo. HEX triplet: 3F, 1C and 7C. RGB value is (63,28,124). Sum of RGB (Red+Green+Blue) = 63+28+124=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F1C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1C7C is #C0E383. Grayscale: #313131. Windows color (decimal): -12641156 or 8133695. OLE color: 8133695.

HSL color Cylindrical-coordinate representation of color #3F1C7C: hue angle of 261.88º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F1C7C is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6328124-
CMYK0.490.7700.51
HSL261.88º63.16%29.8%-
HSV(B)261.88º77.42%48.63%-
XYZ6.13.3419.39-
YUV49.41170.1137.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.30%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 124 (48.83% from 255) = 57.67%
R=29.30%
G=13.02%
B=57.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63281240.490.7700.51261.8863.1629.8
Hex3F1C7C314D0331063f1e
Octal7734174611150634067736
Binary1111111110011111001100011001101011001110000011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f1c7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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