#391289

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

Shades of Persian Indigo #391289

Tints of Persian Indigo #391289

Color information

#391289 (or 0x391289) is unknown color: approx Persian Indigo. HEX triplet: 39, 12 and 89. RGB value is (57,18,137). Sum of RGB (Red+Green+Blue) = 57+18+137=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #391289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391289 is #C6ED76. Grayscale: #2A2A2A. Windows color (decimal): -13036919 or 8983097. OLE color: 8983097.

HSL color Cylindrical-coordinate representation of color #391289: hue angle of 259.66º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391289 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5718137-
CMYK0.580.8700.46
HSL259.66º76.77%30.39%-
HSV(B)259.66º86.86%53.73%-
XYZ6.423.1123.93-
YUV43.23180.92137.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 137 (53.91% from 255) = 64.62%
R=26.89%
G=8.49%
B=64.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57181370.580.8700.46259.6676.7730.39
Hex3912893A5702E1044d1e
Octal71222117212705640411536
Binary111001100101000100111101010101110101110100000100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391289; }

 p { color: rgb(57,18,137); }

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

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

 a { background-color: rgb(57,18,137); }

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

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

 span { border-color: rgb(57,18,137); }

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