#391592

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

Shades of Persian Indigo #391592

Tints of Persian Indigo #391592

Color information

#391592 (or 0x391592) is unknown color: approx Persian Indigo. HEX triplet: 39, 15 and 92. RGB value is (57,21,146). Sum of RGB (Red+Green+Blue) = 57+21+146=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #391592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391592 is #C6EA6D. Grayscale: #2D2D2D. Windows color (decimal): -13036142 or 9573689. OLE color: 9573689.

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

Color convert

RGB5721146-
CMYK0.610.8600.43
HSL257.28º74.85%32.75%-
HSV(B)257.28º85.62%57.25%-
XYZ7.143.4827.49-
YUV46.01184.43135.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 146 (57.42% from 255) = 65.18%
R=25.45%
G=9.38%
B=65.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57211460.610.8600.43257.2874.8532.75
Hex3915923D5602B1014b21
Octal71252227512605340111341
Binary1110011010110010010111101101011001010111000000011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391592; }

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

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

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

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

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

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

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

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