#391385

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

Shades of Persian Indigo #391385

Tints of Persian Indigo #391385

Color information

#391385 (or 0x391385) is unknown color: approx Persian Indigo. HEX triplet: 39, 13 and 85. RGB value is (57,19,133). Sum of RGB (Red+Green+Blue) = 57+19+133=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #391385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391385 is #C6EC7A. Grayscale: #2A2A2A. Windows color (decimal): -13036667 or 8721209. OLE color: 8721209.

HSL color Cylindrical-coordinate representation of color #391385: hue angle of 260º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391385 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5719133-
CMYK0.570.8600.48
HSL260º75%29.8%-
HSV(B)260º85.71%52.16%-
XYZ6.153.0322.45-
YUV43.36178.59137.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 133 (52.34% from 255) = 63.64%
R=27.27%
G=9.09%
B=63.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57191330.570.8600.482607529.8
Hex39138539560301044b1e
Octal71232057112606040411336
Binary111001100111000010111100110101100110000100000100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391385; }

 p { color: rgb(57,19,133); }

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

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

 a { background-color: rgb(57,19,133); }

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

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

 span { border-color: rgb(57,19,133); }

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