#391577

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

Shades of Persian Indigo #391577

Tints of Persian Indigo #391577

Color information

#391577 (or 0x391577) is unknown color: approx Persian Indigo. HEX triplet: 39, 15 and 77. RGB value is (57,21,119). Sum of RGB (Red+Green+Blue) = 57+21+119=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #391577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391577 is #C6EA88. Grayscale: #2A2A2A. Windows color (decimal): -13036169 or 7804217. OLE color: 7804217.

HSL color Cylindrical-coordinate representation of color #391577: hue angle of 262.04º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391577 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5721119-
CMYK0.520.8200.53
HSL262.04º70%27.45%-
HSV(B)262.04º82.35%46.67%-
XYZ5.292.7417.7-
YUV42.94170.93138.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.93%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 119 (46.88% from 255) = 60.41%
R=28.93%
G=10.66%
B=60.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57211190.520.8200.53262.047027.45
Hex3915773452035106461b
Octal71251676412206540610633
Binary11100110101111011111010010100100110101100000110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391577; }

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

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

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

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

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

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

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

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