Html Css Color HEX #390980 Persian Indigo

📋 copy color: '#390980'

red 57 ◦ green 9 ◦ blue 128

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

Shades of Persian Indigo #390980

Tints of Persian Indigo #390980

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

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

R = 29.38%
G = 4.64%
B = 65.98%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#390980 (or 0x390980) is known color: Persian Indigo. HEX triplet: 39, 09 and 80. RGB value is (57,9,128). Sum of RGB (Red+Green+Blue) = 57+9+128=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 128 (50.39% from 255 or 65.98% from 194); Max value from RGB is 128 - color contains mainly: blue. Hex color #390980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390980 is #C6F67F. Grayscale: #242424. Windows color (decimal): -13039232 or 8390969. OLE color: 8390969.

HSL color Cylindrical-coordinate representation of color #390980: hue angle of 264.2º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390980 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 9 128 -
CMYK 0.55 0.93 0 0.50
HSL 264.2º 0.87% 0.27% -
HSV(B) 264.2º 0.93% 0.5% -
XYZ 5.68 2.62 20.63 -
YUV 36.92 179.4 142.32 -
System Red Green Blue C M Y K H S L
Decimal 57 9 128 0.55 0.93 0 0.50 264.2 0.87 0.27
Hex 39 9 80 37 5D 0 32 108 57 1B
Octal 71 11 200 67 135 0 62 410 127 33
Binary 111001 1001 10000000 110111 1011101 0 110010 100001000 1010111 11011

Color Harmonies of #390980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390980

Black with #390980

Text Example


Text Example

White with #390980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390980; }

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

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

background-color css

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

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

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

border-color css

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

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

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