Html Css Color HEX #390971 Persian Indigo

📋 copy color: '#390971'

red 57 ◦ green 9 ◦ blue 113

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

Shades of Persian Indigo #390971

Tints of Persian Indigo #390971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 63.13%

R = 31.84%
G = 5.03%
B = 63.13%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#390971 (or 0x390971) is known color: Persian Indigo. HEX triplet: 39, 09 and 71. RGB value is (57,9,113). Sum of RGB (Red+Green+Blue) = 57+9+113=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #390971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390971 is #C6F68E. Grayscale: #222222. Windows color (decimal): -13039247 or 7407929. OLE color: 7407929.

HSL color Cylindrical-coordinate representation of color #390971: hue angle of 267.69º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390971 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 9 113 -
CMYK 0.50 0.92 0 0.56
HSL 267.69º 0.85% 0.24% -
HSV(B) 267.69º 0.92% 0.44% -
XYZ 4.77 2.26 15.81 -
YUV 35.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 57 9 113 0.50 0.92 0 0.56 267.69 0.85 0.24
Hex 39 9 71 32 5C 0 38 10C 55 18
Octal 71 11 161 62 134 0 70 414 125 30
Binary 111001 1001 1110001 110010 1011100 0 111000 100001100 1010101 11000

Color Harmonies of #390971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390971

Black with #390971

Text Example


Text Example

White with #390971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390971; }

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

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

background-color css

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

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

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

border-color css

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

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

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