#391A78

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

Shades of Persian Indigo #391A78

Tints of Persian Indigo #391A78

Color information

#391A78 (or 0x391A78) is unknown color: approx Persian Indigo. HEX triplet: 39, 1A and 78. RGB value is (57,26,120). Sum of RGB (Red+Green+Blue) = 57+26+120=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #391A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391A78 is #C6E587. Grayscale: #2D2D2D. Windows color (decimal): -13034888 or 7871033. OLE color: 7871033.

HSL color Cylindrical-coordinate representation of color #391A78: hue angle of 259.79º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #391A78 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5726120-
CMYK0.520.7800.53
HSL259.79º64.38%28.63%-
HSV(B)259.79º78.33%47.06%-
XYZ5.452.9618.05-
YUV45.98169.77135.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 26 (10.55% from 255) = 12.81%
BLUE value IS 120 (47.27% from 255) = 59.11%
R=28.08%
G=12.81%
B=59.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57261200.520.7800.53259.7964.3828.63
Hex391A78344E035104401d
Octal71321706411606540410035
Binary11100111010111100011010010011100110101100000100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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