#3911A1

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

Shades of Persian Indigo #3911A1

Tints of Persian Indigo #3911A1

Color information

#3911A1 (or 0x3911A1) is unknown color: approx Persian Indigo. HEX triplet: 39, 11 and A1. RGB value is (57,17,161). Sum of RGB (Red+Green+Blue) = 57+17+161=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 161 (63.28% from 255 or 68.51% from 235); Max value from RGB is 161 - color contains mainly: blue. Hex color #3911A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3911A1 is #C6EE5E. Grayscale: #2C2C2C. Windows color (decimal): -13037151 or 10555705. OLE color: 10555705.

HSL color Cylindrical-coordinate representation of color #3911A1: hue angle of 256.67º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3911A1 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5717161-
CMYK0.650.8900.37
HSL256.67º80.9%34.9%-
HSV(B)256.67º89.44%63.14%-
XYZ8.323.8434.02-
YUV45.38193.25136.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 161 (63.28% from 255) = 68.51%
R=24.26%
G=7.23%
B=68.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal57171610.650.8900.37256.6780.934.9
Hex3911A141590251015123
Octal712124110113104540112143
Binary11100110001101000011000001101100101001011000000011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3911A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3911A1; }

 p { color: rgb(57,17,161); }

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

<style>
 a { background-color: #3911A1; }

 a { background-color: rgb(57,17,161); }

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

<style>
 span { border-color: #3911A1; }

 span { border-color: rgb(57,17,161); }

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