Html Css Color HEX #391F73 Persian Indigo

📋 copy color: '#391F73'

red 57 ◦ green 31 ◦ blue 115

#391F73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #391F73

Tints of Persian Indigo #391F73

RGB

 RED value IS 57 (22.66% from 255) = 28.08%

 GREEN value IS 31 (12.5% from 255) = 15.27%

 BLUE value IS 115 (45.31% from 255) = 56.65%

R = 28.08%
G = 15.27%
B = 56.65%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#391F73 (or 0x391F73) is known color: Persian Indigo. HEX triplet: 39, 1F and 73. RGB value is (57,31,115). Sum of RGB (Red+Green+Blue) = 57+31+115=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #391F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391F73 is #C6E08C. Grayscale: #303030. Windows color (decimal): -13033613 or 7544633. OLE color: 7544633.

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

Color convert

RGB 57 31 115 -
CMYK 0.50 0.73 0 0.55
HSL 258.57º 0.58% 0.29% -
HSV(B) 258.57º 0.73% 0.45% -
XYZ 5.27 3.09 16.54 -
YUV 48.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 57 31 115 0.50 0.73 0 0.55 258.57 0.58 0.29
Hex 39 1F 73 32 49 0 37 103 3A 1D
Octal 71 37 163 62 111 0 67 403 72 35
Binary 111001 11111 1110011 110010 1001001 0 110111 100000011 111010 11101

Color Harmonies of #391F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391F73

Black with #391F73

Text Example


Text Example

White with #391F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,31,115); }

 H1.HeaderClassName
 {
   color: #391F73;
 }
 .AnyTagClassName
 {
   color: #391F73;
 }
</style>

background-color css

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

 a { background-color: rgb(57,31,115); }

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

border-color css

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

 span { border-color: rgb(57,31,115); }

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