#3b197f

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

Shades of Persian Indigo #3B197F

Tints of Persian Indigo #3B197F

Color information

#3B197F (or 0x3B197F) is unknown color: approx Persian Indigo. HEX triplet: 3B, 19 and 7F. RGB value is (59,25,127). Sum of RGB (Red+Green+Blue) = 59+25+127=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B197F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B197F is #C4E680. Grayscale: #2E2E2E. Windows color (decimal): -12904065 or 8329531. OLE color: 8329531.

HSL color Cylindrical-coordinate representation of color #3B197F: hue angle of 260º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B197F is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5925127-
CMYK0.540.8000.50
HSL260º67.11%29.8%-
HSV(B)260º80.31%49.8%-
XYZ5.983.1620.37-
YUV46.79173.26136.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.96%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 127 (50% from 255) = 60.19%
R=27.96%
G=11.85%
B=60.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59251270.540.8000.5026067.1129.8
Hex3B197F3650032104431e
Octal73311776612006240410336
Binary11101111001111111111011010100000110010100000100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b197f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,25,127); }

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

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

 a { background-color: rgb(59,25,127); }

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

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

 span { border-color: rgb(59,25,127); }

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