Html Css Color HEX #390773 Persian Indigo

📋 copy color: '#390773'

red 57 ◦ green 7 ◦ blue 115

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

Shades of Persian Indigo #390773

Tints of Persian Indigo #390773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.91%

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

R = 31.84%
G = 3.91%
B = 64.25%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#390773 (or 0x390773) is known color: Persian Indigo. HEX triplet: 39, 07 and 73. RGB value is (57,7,115). Sum of RGB (Red+Green+Blue) = 57+7+115=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 115 (45.31% from 255 or 64.25% from 179); Max value from RGB is 115 - color contains mainly: blue. Hex color #390773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390773 is #C6F88C. Grayscale: #212121. Windows color (decimal): -13039757 or 7538489. OLE color: 7538489.

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

Color convert

RGB 57 7 115 -
CMYK 0.50 0.94 0 0.55
HSL 267.78º 0.89% 0.24% -
HSV(B) 267.78º 0.94% 0.45% -
XYZ 4.86 2.26 16.4 -
YUV 34.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 57 7 115 0.50 0.94 0 0.55 267.78 0.89 0.24
Hex 39 7 73 32 5E 0 37 10C 59 18
Octal 71 7 163 62 136 0 67 414 131 30
Binary 111001 111 1110011 110010 1011110 0 110111 100001100 1011001 11000

Color Harmonies of #390773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390773

Black with #390773

Text Example


Text Example

White with #390773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390773; }

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

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

background-color css

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

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

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

border-color css

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

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

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