#3F1895

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

Shades of Persian Indigo #3F1895

Tints of Persian Indigo #3F1895

Color information

#3F1895 (or 0x3F1895) is unknown color: approx Persian Indigo. HEX triplet: 3F, 18 and 95. RGB value is (63,24,149). Sum of RGB (Red+Green+Blue) = 63+24+149=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F1895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1895 is #C0E76A. Grayscale: #313131. Windows color (decimal): -12642155 or 9771071. OLE color: 9771071.

HSL color Cylindrical-coordinate representation of color #3F1895: hue angle of 258.72º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F1895 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6324149-
CMYK0.580.8400.42
HSL258.72º72.25%33.92%-
HSV(B)258.72º83.89%58.43%-
XYZ7.83.8828.77-
YUV49.91183.92137.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.69%
GREEN value IS 24 (9.77% from 255) = 10.17%
BLUE value IS 149 (58.59% from 255) = 63.14%
R=26.69%
G=10.17%
B=63.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63241490.580.8400.42258.7272.2533.92
Hex3F18953A5402A1034822
Octal77302257212405240311042
Binary1111111100010010101111010101010001010101000000111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,24,149); }

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

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

 a { background-color: rgb(63,24,149); }

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

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

 span { border-color: rgb(63,24,149); }

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