Html Css Color HEX #391980 Persian Indigo

📋 copy color: '#391980'

red 57 ◦ green 25 ◦ blue 128

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

Shades of Persian Indigo #391980

Tints of Persian Indigo #391980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

 BLUE value IS 128 (50.39% from 255) = 60.95%

R = 27.14%
G = 11.9%
B = 60.95%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#391980 (or 0x391980) is known color: Persian Indigo. HEX triplet: 39, 19 and 80. RGB value is (57,25,128). Sum of RGB (Red+Green+Blue) = 57+25+128=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #391980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391980 is #C6E67F. Grayscale: #2D2D2D. Windows color (decimal): -13035136 or 8395065. OLE color: 8395065.

HSL color Cylindrical-coordinate representation of color #391980: hue angle of 258.64º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #391980 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 25 128 -
CMYK 0.55 0.80 0 0.50
HSL 258.64º 0.67% 0.3% -
HSV(B) 258.64º 0.8% 0.5% -
XYZ 5.93 3.12 20.71 -
YUV 46.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 57 25 128 0.55 0.80 0 0.50 258.64 0.67 0.3
Hex 39 19 80 37 50 0 32 103 43 1E
Octal 71 31 200 67 120 0 62 403 103 36
Binary 111001 11001 10000000 110111 1010000 0 110010 100000011 1000011 11110

Color Harmonies of #391980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391980

Black with #391980

Text Example


Text Example

White with #391980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391980; }

 p { color: rgb(57,25,128); }

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

background-color css

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

 a { background-color: rgb(57,25,128); }

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

border-color css

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

 span { border-color: rgb(57,25,128); }

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