Html Css Color HEX #391C73 Persian Indigo

📋 copy color: '#391C73'

red 57 ◦ green 28 ◦ blue 115

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

Shades of Persian Indigo #391C73

Tints of Persian Indigo #391C73

RGB

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

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

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

R = 28.5%
G = 14%
B = 57.5%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#391C73 (or 0x391C73) is known color: Persian Indigo. HEX triplet: 39, 1C and 73. RGB value is (57,28,115). Sum of RGB (Red+Green+Blue) = 57+28+115=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #391C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391C73 is #C6E38C. Grayscale: #2E2E2E. Windows color (decimal): -13034381 or 7543865. OLE color: 7543865.

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

Color convert

RGB 57 28 115 -
CMYK 0.50 0.76 0 0.55
HSL 260º 0.61% 0.28% -
HSV(B) 260º 0.76% 0.45% -
XYZ 5.2 2.94 16.51 -
YUV 46.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 57 28 115 0.50 0.76 0 0.55 260 0.61 0.28
Hex 39 1C 73 32 4C 0 37 104 3D 1C
Octal 71 34 163 62 114 0 67 404 75 34
Binary 111001 11100 1110011 110010 1001100 0 110111 100000100 111101 11100

Color Harmonies of #391C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C73

Black with #391C73

Text Example


Text Example

White with #391C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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