Html Css Color HEX #391091 Persian Indigo

📋 copy color: '#391091'

red 57 ◦ green 16 ◦ blue 145

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

Shades of Persian Indigo #391091

Tints of Persian Indigo #391091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

 BLUE value IS 145 (57.03% from 255) = 66.51%

R = 26.15%
G = 7.34%
B = 66.51%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#391091 (or 0x391091) is known color: Persian Indigo. HEX triplet: 39, 10 and 91. RGB value is (57,16,145). Sum of RGB (Red+Green+Blue) = 57+16+145=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #391091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391091 is #C6EF6E. Grayscale: #2A2A2A. Windows color (decimal): -13037423 or 9506873. OLE color: 9506873.

HSL color Cylindrical-coordinate representation of color #391091: hue angle of 259.07º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #391091 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 16 145 -
CMYK 0.61 0.89 0 0.43
HSL 259.07º 0.8% 0.32% -
HSV(B) 259.07º 0.89% 0.57% -
XYZ 6.98 3.28 27.05 -
YUV 42.97 185.58 138.01 -
System Red Green Blue C M Y K H S L
Decimal 57 16 145 0.61 0.89 0 0.43 259.07 0.8 0.32
Hex 39 10 91 3D 59 0 2B 103 50 20
Octal 71 20 221 75 131 0 53 403 120 40
Binary 111001 10000 10010001 111101 1011001 0 101011 100000011 1010000 100000

Color Harmonies of #391091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391091

Black with #391091

Text Example


Text Example

White with #391091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391091; }

 p { color: rgb(57,16,145); }

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

background-color css

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

 a { background-color: rgb(57,16,145); }

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

border-color css

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

 span { border-color: rgb(57,16,145); }

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