#391572

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

Shades of Persian Indigo #391572

Tints of Persian Indigo #391572

Color information

#391572 (or 0x391572) is unknown color: approx Persian Indigo. HEX triplet: 39, 15 and 72. RGB value is (57,21,114). Sum of RGB (Red+Green+Blue) = 57+21+114=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #391572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391572 is #C6EA8D. Grayscale: #2A2A2A. Windows color (decimal): -13036174 or 7476537. OLE color: 7476537.

HSL color Cylindrical-coordinate representation of color #391572: hue angle of 263.23º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391572 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5721114-
CMYK0.500.8200.55
HSL263.23º68.89%26.47%-
HSV(B)263.23º81.58%44.71%-
XYZ4.992.6216.16-
YUV42.37168.43138.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=29.69%
G=10.94%
B=59.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57211140.500.8200.55263.2368.8926.47
Hex3915723252037107451a
Octal71251626212206740710532
Binary11100110101111001011001010100100110111100000111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391572; }

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

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

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

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

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

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

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

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