#3F1195

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

Shades of Persian Indigo #3F1195

Tints of Persian Indigo #3F1195

Color information

#3F1195 (or 0x3F1195) is unknown color: approx Persian Indigo. HEX triplet: 3F, 11 and 95. RGB value is (63,17,149). Sum of RGB (Red+Green+Blue) = 63+17+149=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F1195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1195 is #C0EE6A. Grayscale: #2D2D2D. Windows color (decimal): -12643947 or 9769279. OLE color: 9769279.

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

Color convert

RGB6317149-
CMYK0.580.8900.42
HSL260.91º79.52%32.55%-
HSV(B)260.91º88.59%58.43%-
XYZ7.683.6328.73-
YUV45.8186.24140.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.51%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 149 (58.59% from 255) = 65.07%
R=27.51%
G=7.42%
B=65.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63171490.580.8900.42260.9179.5232.55
Hex3F11953A5902A1055021
Octal77212257213105240512041
Binary1111111000110010101111010101100101010101000001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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