#391595

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

Shades of Persian Indigo #391595

Tints of Persian Indigo #391595

Color information

#391595 (or 0x391595) is unknown color: approx Persian Indigo. HEX triplet: 39, 15 and 95. RGB value is (57,21,149). Sum of RGB (Red+Green+Blue) = 57+21+149=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #391595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391595 is #C6EA6A. Grayscale: #2D2D2D. Windows color (decimal): -13036139 or 9770297. OLE color: 9770297.

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

Color convert

RGB5721149-
CMYK0.620.8600.42
HSL256.88º75.29%33.33%-
HSV(B)256.88º85.91%58.43%-
XYZ7.383.5828.74-
YUV46.36185.93135.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 149 (58.59% from 255) = 65.64%
R=25.11%
G=9.25%
B=65.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57211490.620.8600.42256.8875.2933.33
Hex3915953E5602A1014b21
Octal71252257612605240111341
Binary1110011010110010101111110101011001010101000000011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391595; }

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

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

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

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

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

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

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

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