Html Css Color HEX #391771 Persian Indigo

📋 copy color: '#391771'

red 57 ◦ green 23 ◦ blue 113

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

Shades of Persian Indigo #391771

Tints of Persian Indigo #391771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

 BLUE value IS 113 (44.53% from 255) = 58.55%

R = 29.53%
G = 11.92%
B = 58.55%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#391771 (or 0x391771) is known color: Persian Indigo. HEX triplet: 39, 17 and 71. RGB value is (57,23,113). Sum of RGB (Red+Green+Blue) = 57+23+113=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #391771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391771 is #C6E88E. Grayscale: #2B2B2B. Windows color (decimal): -13035663 or 7411513. OLE color: 7411513.

HSL color Cylindrical-coordinate representation of color #391771: hue angle of 262.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #391771 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 23 113 -
CMYK 0.50 0.80 0 0.56
HSL 262.67º 0.66% 0.27% -
HSV(B) 262.67º 0.8% 0.44% -
XYZ 4.97 2.67 15.88 -
YUV 43.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 57 23 113 0.50 0.80 0 0.56 262.67 0.66 0.27
Hex 39 17 71 32 50 0 38 107 42 1B
Octal 71 27 161 62 120 0 70 407 102 33
Binary 111001 10111 1110001 110010 1010000 0 111000 100000111 1000010 11011

Color Harmonies of #391771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391771

Black with #391771

Text Example


Text Example

White with #391771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391771; }

 p { color: rgb(57,23,113); }

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

background-color css

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

 a { background-color: rgb(57,23,113); }

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

border-color css

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

 span { border-color: rgb(57,23,113); }

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