#391D75

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

Shades of Persian Indigo #391D75

Tints of Persian Indigo #391D75

Color information

#391D75 (or 0x391D75) is unknown color: approx Persian Indigo. HEX triplet: 39, 1D and 75. RGB value is (57,29,117). Sum of RGB (Red+Green+Blue) = 57+29+117=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #391D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391D75 is #C6E28A. Grayscale: #2F2F2F. Windows color (decimal): -13034123 or 7675193. OLE color: 7675193.

HSL color Cylindrical-coordinate representation of color #391D75: hue angle of 259.09º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #391D75 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5729117-
CMYK0.510.7500.54
HSL259.09º60.27%28.63%-
HSV(B)259.09º75.21%45.88%-
XYZ5.343.0317.13-
YUV47.4167.28134.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 29 (11.72% from 255) = 14.29%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=28.08%
G=14.29%
B=57.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57291170.510.7500.54259.0960.2728.63
Hex391D75334B0361033c1d
Octal7135165631130664037435
Binary1110011110111101011100111001011011011010000001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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