#391290

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

Shades of Persian Indigo #391290

Tints of Persian Indigo #391290

Color information

#391290 (or 0x391290) is unknown color: approx Persian Indigo. HEX triplet: 39, 12 and 90. RGB value is (57,18,144). Sum of RGB (Red+Green+Blue) = 57+18+144=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #391290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391290 is #C6ED6F. Grayscale: #2B2B2B. Windows color (decimal): -13036912 or 9441849. OLE color: 9441849.

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

Color convert

RGB5718144-
CMYK0.600.8800.44
HSL258.57º77.78%31.76%-
HSV(B)258.57º87.5%56.47%-
XYZ6.943.3226.66-
YUV44.02184.42137.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 144 (56.64% from 255) = 65.75%
R=26.03%
G=8.22%
B=65.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57181440.600.8800.44258.5777.7831.76
Hex3912903C5802C1034e20
Octal71222207413005440311640
Binary1110011001010010000111100101100001011001000000111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391290; }

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

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

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

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

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

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

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

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