#391C75

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

Shades of Persian Indigo #391C75

Tints of Persian Indigo #391C75

Color information

#391C75 (or 0x391C75) is unknown color: approx Persian Indigo. HEX triplet: 39, 1C and 75. RGB value is (57,28,117). Sum of RGB (Red+Green+Blue) = 57+28+117=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #391C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391C75 is #C6E38A. Grayscale: #2E2E2E. Windows color (decimal): -13034379 or 7674937. OLE color: 7674937.

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

Color convert

RGB5728117-
CMYK0.510.7600.54
HSL259.55º61.38%28.43%-
HSV(B)259.55º76.07%45.88%-
XYZ5.312.9817.13-
YUV46.82167.61135.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.22%
GREEN value IS 28 (11.33% from 255) = 13.86%
BLUE value IS 117 (46.09% from 255) = 57.92%
R=28.22%
G=13.86%
B=57.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57281170.510.7600.54259.5561.3828.43
Hex391C75334C0361043d1c
Octal7134165631140664047534
Binary1110011110011101011100111001100011011010000010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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