#391580

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

Shades of Persian Indigo #391580

Tints of Persian Indigo #391580

Color information

#391580 (or 0x391580) is unknown color: approx Persian Indigo. HEX triplet: 39, 15 and 80. RGB value is (57,21,128). Sum of RGB (Red+Green+Blue) = 57+21+128=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #391580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391580 is #C6EA7F. Grayscale: #2B2B2B. Windows color (decimal): -13036160 or 8394041. OLE color: 8394041.

HSL color Cylindrical-coordinate representation of color #391580: hue angle of 260.19º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391580 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5721128-
CMYK0.550.8400.50
HSL260.19º71.81%29.22%-
HSV(B)260.19º83.59%50.2%-
XYZ5.852.9620.69-
YUV43.96175.43137.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 128 (50.39% from 255) = 62.14%
R=27.67%
G=10.19%
B=62.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57211280.550.8400.50260.1971.8129.22
Hex3915803754032104481d
Octal71252006712406240411035
Binary111001101011000000011011110101000110010100000100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391580; }

 p { color: rgb(57,21,128); }

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

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

 a { background-color: rgb(57,21,128); }

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

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

 span { border-color: rgb(57,21,128); }

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