Html Css Color HEX #391090 Persian Indigo

📋 copy color: '#391090'

red 57 ◦ green 16 ◦ blue 144

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

Shades of Persian Indigo #391090

Tints of Persian Indigo #391090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 66.36%

R = 26.27%
G = 7.37%
B = 66.36%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#391090 (or 0x391090) is known color: Persian Indigo. HEX triplet: 39, 10 and 90. RGB value is (57,16,144). Sum of RGB (Red+Green+Blue) = 57+16+144=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #391090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391090 is #C6EF6F. Grayscale: #2A2A2A. Windows color (decimal): -13037424 or 9441337. OLE color: 9441337.

HSL color Cylindrical-coordinate representation of color #391090: hue angle of 259.22º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #391090 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 16 144 -
CMYK 0.60 0.89 0 0.44
HSL 259.22º 0.8% 0.31% -
HSV(B) 259.22º 0.89% 0.56% -
XYZ 6.91 3.25 26.65 -
YUV 42.85 185.08 138.09 -
System Red Green Blue C M Y K H S L
Decimal 57 16 144 0.60 0.89 0 0.44 259.22 0.8 0.31
Hex 39 10 90 3C 59 0 2C 103 50 1F
Octal 71 20 220 74 131 0 54 403 120 37
Binary 111001 10000 10010000 111100 1011001 0 101100 100000011 1010000 11111

Color Harmonies of #391090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391090

Black with #391090

Text Example


Text Example

White with #391090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391090; }

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

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

background-color css

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

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

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

border-color css

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

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

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