#391082

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

Shades of Persian Indigo #391082

Tints of Persian Indigo #391082

Color information

#391082 (or 0x391082) is unknown color: approx Persian Indigo. HEX triplet: 39, 10 and 82. RGB value is (57,16,130). Sum of RGB (Red+Green+Blue) = 57+16+130=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #391082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391082 is #C6EF7D. Grayscale: #282828. Windows color (decimal): -13037438 or 8523833. OLE color: 8523833.

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

Color convert

RGB5716130-
CMYK0.560.8800.49
HSL261.58º78.08%28.63%-
HSV(B)261.58º87.69%50.98%-
XYZ5.92.8521.36-
YUV41.26178.08139.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 130 (51.17% from 255) = 64.04%
R=28.08%
G=7.88%
B=64.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57161300.560.8800.49261.5878.0828.63
Hex39108238580311064e1d
Octal71202027013006140611635
Binary111001100001000001011100010110000110001100000110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391082; }

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

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

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

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

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

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

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

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