#391D9C

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

Shades of Persian Indigo #391D9C

Tints of Persian Indigo #391D9C

Color information

#391D9C (or 0x391D9C) is unknown color: approx Persian Indigo. HEX triplet: 39, 1D and 9C. RGB value is (57,29,156). Sum of RGB (Red+Green+Blue) = 57+29+156=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #391D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391D9C is #C6E263. Grayscale: #333333. Windows color (decimal): -13034084 or 10231097. OLE color: 10231097.

HSL color Cylindrical-coordinate representation of color #391D9C: hue angle of 253.23º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #391D9C is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5729156-
CMYK0.630.8100.39
HSL253.23º68.65%36.27%-
HSV(B)253.23º81.41%61.18%-
XYZ8.134.1531.82-
YUV51.85186.78131.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 29 (11.72% from 255) = 11.98%
BLUE value IS 156 (61.33% from 255) = 64.46%
R=23.55%
G=11.98%
B=64.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57291560.630.8100.39253.2368.6536.27
Hex391D9C3F51027fd4524
Octal71352347712104737510544
Binary111001111011001110011111110100010100111111111011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,29,156); }

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

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

 a { background-color: rgb(57,29,156); }

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

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

 span { border-color: rgb(57,29,156); }

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