Html Css Color HEX #391A73 Persian Indigo

📋 copy color: '#391A73'

red 57 ◦ green 26 ◦ blue 115

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

Shades of Persian Indigo #391A73

Tints of Persian Indigo #391A73

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.13%

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

R = 28.79%
G = 13.13%
B = 58.08%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#391A73 (or 0x391A73) is known color: Persian Indigo. HEX triplet: 39, 1A and 73. RGB value is (57,26,115). Sum of RGB (Red+Green+Blue) = 57+26+115=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #391A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391A73 is #C6E58C. Grayscale: #2D2D2D. Windows color (decimal): -13034893 or 7543353. OLE color: 7543353.

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

Color convert

RGB 57 26 115 -
CMYK 0.50 0.77 0 0.55
HSL 260.9º 0.63% 0.28% -
HSV(B) 260.9º 0.77% 0.45% -
XYZ 5.15 2.85 16.5 -
YUV 45.42 167.27 136.26 -
System Red Green Blue C M Y K H S L
Decimal 57 26 115 0.50 0.77 0 0.55 260.9 0.63 0.28
Hex 39 1A 73 32 4D 0 37 105 3F 1C
Octal 71 32 163 62 115 0 67 405 77 34
Binary 111001 11010 1110011 110010 1001101 0 110111 100000101 111111 11100

Color Harmonies of #391A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391A73

Black with #391A73

Text Example


Text Example

White with #391A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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