#391C72

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

Shades of Persian Indigo #391C72

Tints of Persian Indigo #391C72

Color information

#391C72 (or 0x391C72) is unknown color: approx Persian Indigo. HEX triplet: 39, 1C and 72. RGB value is (57,28,114). Sum of RGB (Red+Green+Blue) = 57+28+114=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #391C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391C72 is #C6E38D. Grayscale: #2E2E2E. Windows color (decimal): -13034382 or 7478329. OLE color: 7478329.

HSL color Cylindrical-coordinate representation of color #391C72: hue angle of 260.23º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #391C72 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5728114-
CMYK0.500.7500.55
HSL260.23º60.56%27.84%-
HSV(B)260.23º75.44%44.71%-
XYZ5.142.9216.21-
YUV46.48166.11135.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=28.64%
G=14.07%
B=57.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57281140.500.7500.55260.2360.5627.84
Hex391C72324B0371043d1c
Octal7134162621130674047534
Binary1110011110011100101100101001011011011110000010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391C72; }

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

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

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

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

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

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

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

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