Html Css Color HEX #390970 Persian Indigo

📋 copy color: '#390970'

red 57 ◦ green 9 ◦ blue 112

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

Shades of Persian Indigo #390970

Tints of Persian Indigo #390970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 62.92%

R = 32.02%
G = 5.06%
B = 62.92%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#390970 (or 0x390970) is known color: Persian Indigo. HEX triplet: 39, 09 and 70. RGB value is (57,9,112). Sum of RGB (Red+Green+Blue) = 57+9+112=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #390970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390970 is #C6F68F. Grayscale: #222222. Windows color (decimal): -13039248 or 7342393. OLE color: 7342393.

HSL color Cylindrical-coordinate representation of color #390970: hue angle of 267.96º 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 #390970 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 9 112 -
CMYK 0.49 0.92 0 0.56
HSL 267.96º 0.85% 0.24% -
HSV(B) 267.96º 0.92% 0.44% -
XYZ 4.71 2.24 15.51 -
YUV 35.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 57 9 112 0.49 0.92 0 0.56 267.96 0.85 0.24
Hex 39 9 70 31 5C 0 38 10C 55 18
Octal 71 11 160 61 134 0 70 414 125 30
Binary 111001 1001 1110000 110001 1011100 0 111000 100001100 1010101 11000

Color Harmonies of #390970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390970

Black with #390970

Text Example


Text Example

White with #390970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390970; }

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

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

background-color css

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

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

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

border-color css

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

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

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