Html Css Color HEX #390973 Persian Indigo

📋 copy color: '#390973'

red 57 ◦ green 9 ◦ blue 115

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

Shades of Persian Indigo #390973

Tints of Persian Indigo #390973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 63.54%

R = 31.49%
G = 4.97%
B = 63.54%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#390973 (or 0x390973) is known color: Persian Indigo. HEX triplet: 39, 09 and 73. RGB value is (57,9,115). Sum of RGB (Red+Green+Blue) = 57+9+115=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #390973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390973 is #C6F68C. Grayscale: #232323. Windows color (decimal): -13039245 or 7539001. OLE color: 7539001.

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

Color convert

RGB 57 9 115 -
CMYK 0.50 0.92 0 0.55
HSL 267.17º 0.85% 0.24% -
HSV(B) 267.17º 0.92% 0.45% -
XYZ 4.88 2.3 16.41 -
YUV 35.44 172.9 143.38 -
System Red Green Blue C M Y K H S L
Decimal 57 9 115 0.50 0.92 0 0.55 267.17 0.85 0.24
Hex 39 9 73 32 5C 0 37 10B 55 18
Octal 71 11 163 62 134 0 67 413 125 30
Binary 111001 1001 1110011 110010 1011100 0 110111 100001011 1010101 11000

Color Harmonies of #390973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390973

Black with #390973

Text Example


Text Example

White with #390973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390973; }

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

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

background-color css

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

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

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

border-color css

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

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

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