#391596

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

Shades of Persian Indigo #391596

Tints of Persian Indigo #391596

Color information

#391596 (or 0x391596) is unknown color: approx Persian Indigo. HEX triplet: 39, 15 and 96. RGB value is (57,21,150). Sum of RGB (Red+Green+Blue) = 57+21+150=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #391596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391596 is #C6EA69. Grayscale: #2D2D2D. Windows color (decimal): -13036138 or 9835833. OLE color: 9835833.

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

Color convert

RGB5721150-
CMYK0.620.8600.41
HSL256.74º75.44%33.53%-
HSV(B)256.74º86%58.82%-
XYZ7.463.6129.16-
YUV46.47186.43135.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 150 (58.98% from 255) = 65.79%
R=25%
G=9.21%
B=65.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57211500.620.8600.41256.7475.4433.53
Hex3915963E560291014b22
Octal71252267612605140111342
Binary1110011010110010110111110101011001010011000000011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391596; }

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

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

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

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

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

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

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

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