#391496

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

Shades of Persian Indigo #391496

Tints of Persian Indigo #391496

Color information

#391496 (or 0x391496) is unknown color: approx Persian Indigo. HEX triplet: 39, 14 and 96. RGB value is (57,20,150). Sum of RGB (Red+Green+Blue) = 57+20+150=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #391496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391496 is #C6EB69. Grayscale: #2D2D2D. Windows color (decimal): -13036394 or 9835577. OLE color: 9835577.

HSL color Cylindrical-coordinate representation of color #391496: hue angle of 257.08º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391496 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5720150-
CMYK0.620.8700.41
HSL257.08º76.47%33.33%-
HSV(B)257.08º86.67%58.82%-
XYZ7.443.5729.15-
YUV45.88186.76135.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 20 (8.20% from 255) = 8.81%
BLUE value IS 150 (58.98% from 255) = 66.08%
R=25.11%
G=8.81%
B=66.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57201500.620.8700.41257.0876.4733.33
Hex3914963E570291014c21
Octal71242267612705140111441
Binary1110011010010010110111110101011101010011000000011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391496; }

 p { color: rgb(57,20,150); }

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

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

 a { background-color: rgb(57,20,150); }

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

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

 span { border-color: rgb(57,20,150); }

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