#391a8a

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

Shades of Persian Indigo #391A8A

Tints of Persian Indigo #391A8A

Color information

#391A8A (or 0x391A8A) is unknown color: approx Persian Indigo. HEX triplet: 39, 1A and 8A. RGB value is (57,26,138). Sum of RGB (Red+Green+Blue) = 57+26+138=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #391A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391A8A is #C6E575. Grayscale: #2F2F2F. Windows color (decimal): -13034870 or 9050681. OLE color: 9050681.

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

Color convert

RGB5726138-
CMYK0.590.8100.46
HSL256.61º68.29%32.16%-
HSV(B)256.61º81.16%54.12%-
XYZ6.643.4424.36-
YUV48.04178.77134.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 138 (54.30% from 255) = 62.44%
R=25.79%
G=11.76%
B=62.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57261380.590.8100.46256.6168.2932.16
Hex391A8A3B5102E1014420
Octal71322127312105640110440
Binary1110011101010001010111011101000101011101000000011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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