#391A8B

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

Shades of Persian Indigo #391A8B

Tints of Persian Indigo #391A8B

Color information

#391A8B (or 0x391A8B) is unknown color: approx Persian Indigo. HEX triplet: 39, 1A and 8B. RGB value is (57,26,139). Sum of RGB (Red+Green+Blue) = 57+26+139=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #391A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391A8B is #C6E574. Grayscale: #2F2F2F. Windows color (decimal): -13034869 or 9116217. OLE color: 9116217.

HSL color Cylindrical-coordinate representation of color #391A8B: hue angle of 256.46º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #391A8B is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5726139-
CMYK0.590.8100.45
HSL256.46º68.48%32.35%-
HSV(B)256.46º81.29%54.51%-
XYZ6.723.4724.74-
YUV48.15179.27134.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 26 (10.55% from 255) = 11.71%
BLUE value IS 139 (54.69% from 255) = 62.61%
R=25.68%
G=11.71%
B=62.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57261390.590.8100.45256.4668.4832.35
Hex391A8B3B5102D1004420
Octal71322137312105540010440
Binary1110011101010001011111011101000101011011000000001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391A8B; }

 p { color: rgb(57,26,139); }

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

<style>
 a { background-color: #391A8B; }

 a { background-color: rgb(57,26,139); }

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

<style>
 span { border-color: #391A8B; }

 span { border-color: rgb(57,26,139); }

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