#391782

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

Shades of Persian Indigo #391782

Tints of Persian Indigo #391782

Color information

#391782 (or 0x391782) is unknown color: approx Persian Indigo. HEX triplet: 39, 17 and 82. RGB value is (57,23,130). Sum of RGB (Red+Green+Blue) = 57+23+130=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 130 (51.17% from 255 or 61.90% from 210); Max value from RGB is 130 - color contains mainly: blue. Hex color #391782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391782 is #C6E87D. Grayscale: #2C2C2C. Windows color (decimal): -13035646 or 8525625. OLE color: 8525625.

HSL color Cylindrical-coordinate representation of color #391782: hue angle of 259.07º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391782 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5723130-
CMYK0.560.8200.49
HSL259.07º69.93%30%-
HSV(B)259.07º82.31%50.98%-
XYZ6.023.0921.4-
YUV45.36175.76136.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 130 (51.17% from 255) = 61.90%
R=27.14%
G=10.95%
B=61.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57231300.560.8200.49259.0769.9330
Hex3917823852031103461e
Octal71272027012206140310636
Binary111001101111000001011100010100100110001100000011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391782; }

 p { color: rgb(57,23,130); }

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

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

 a { background-color: rgb(57,23,130); }

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

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

 span { border-color: rgb(57,23,130); }

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