Html Css Color HEX #390371 Persian Indigo

📋 copy color: '#390371'

red 57 ◦ green 3 ◦ blue 113

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

Shades of Persian Indigo #390371

Tints of Persian Indigo #390371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 32.95%
G = 1.73%
B = 65.32%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#390371 (or 0x390371) is known color: Persian Indigo. HEX triplet: 39, 03 and 71. RGB value is (57,3,113). Sum of RGB (Red+Green+Blue) = 57+3+113=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #390371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390371 is #C6FC8E. Grayscale: #1F1F1F. Windows color (decimal): -13040783 or 7406393. OLE color: 7406393.

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

Color convert

RGB 57 3 113 -
CMYK 0.50 0.97 0 0.56
HSL 269.45º 0.95% 0.23% -
HSV(B) 269.45º 0.97% 0.44% -
XYZ 4.7 2.13 15.79 -
YUV 31.69 173.89 146.06 -
System Red Green Blue C M Y K H S L
Decimal 57 3 113 0.50 0.97 0 0.56 269.45 0.95 0.23
Hex 39 3 71 32 61 0 38 10D 5F 17
Octal 71 3 161 62 141 0 70 415 137 27
Binary 111001 11 1110001 110010 1100001 0 111000 100001101 1011111 10111

Color Harmonies of #390371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390371

Black with #390371

Text Example


Text Example

White with #390371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390371; }

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

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

background-color css

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

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

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

border-color css

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

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

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