#391291

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

Shades of Persian Indigo #391291

Tints of Persian Indigo #391291

Color information

#391291 (or 0x391291) is unknown color: approx Persian Indigo. HEX triplet: 39, 12 and 91. RGB value is (57,18,145). Sum of RGB (Red+Green+Blue) = 57+18+145=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #391291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391291 is #C6ED6E. Grayscale: #2B2B2B. Windows color (decimal): -13036911 or 9507385. OLE color: 9507385.

HSL color Cylindrical-coordinate representation of color #391291: hue angle of 258.43º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #391291 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5718145-
CMYK0.610.8800.43
HSL258.43º77.91%31.96%-
HSV(B)258.43º87.59%56.86%-
XYZ7.013.3527.06-
YUV44.14184.92137.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 145 (57.03% from 255) = 65.91%
R=25.91%
G=8.18%
B=65.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57181450.610.8800.43258.4377.9131.96
Hex3912913D5802B1024e20
Octal71222217513005340211640
Binary1110011001010010001111101101100001010111000000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391291; }

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

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

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

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

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

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

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

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