Html Css Color HEX #391C71 Persian Indigo

📋 copy color: '#391C71'

red 57 ◦ green 28 ◦ blue 113

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

Shades of Persian Indigo #391C71

Tints of Persian Indigo #391C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.14%

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

R = 28.79%
G = 14.14%
B = 57.07%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#391C71 (or 0x391C71) is known color: Persian Indigo. HEX triplet: 39, 1C and 71. RGB value is (57,28,113). Sum of RGB (Red+Green+Blue) = 57+28+113=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #391C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391C71 is #C6E38E. Grayscale: #2E2E2E. Windows color (decimal): -13034383 or 7412793. OLE color: 7412793.

HSL color Cylindrical-coordinate representation of color #391C71: hue angle of 260.47º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #391C71 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 28 113 -
CMYK 0.50 0.75 0 0.56
HSL 260.47º 0.6% 0.28% -
HSV(B) 260.47º 0.75% 0.44% -
XYZ 5.08 2.89 15.91 -
YUV 46.36 165.61 135.59 -
System Red Green Blue C M Y K H S L
Decimal 57 28 113 0.50 0.75 0 0.56 260.47 0.6 0.28
Hex 39 1C 71 32 4B 0 38 104 3C 1C
Octal 71 34 161 62 113 0 70 404 74 34
Binary 111001 11100 1110001 110010 1001011 0 111000 100000100 111100 11100

Color Harmonies of #391C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C71

Black with #391C71

Text Example


Text Example

White with #391C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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