Html Css Color HEX #390799 Persian Indigo

📋 copy color: '#390799'

red 57 ◦ green 7 ◦ blue 153

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

Shades of Persian Indigo #390799

Tints of Persian Indigo #390799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 70.51%

R = 26.27%
G = 3.23%
B = 70.51%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#390799 (or 0x390799) is known color: Persian Indigo. HEX triplet: 39, 07 and 99. RGB value is (57,7,153). Sum of RGB (Red+Green+Blue) = 57+7+153=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #390799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390799 is #C6F866. Grayscale: #262626. Windows color (decimal): -13039719 or 10028857. OLE color: 10028857.

HSL color Cylindrical-coordinate representation of color #390799: hue angle of 260.55º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390799 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 7 153 -
CMYK 0.63 0.95 0 0.4
HSL 260.55º 0.91% 0.31% -
HSV(B) 260.55º 0.95% 0.6% -
XYZ 7.51 3.32 30.38 -
YUV 38.59 192.57 141.13 -
System Red Green Blue C M Y K H S L
Decimal 57 7 153 0.63 0.95 0 0.4 260.55 0.91 0.31
Hex 39 7 99 3F 5F 0 28 105 5B 1F
Octal 71 7 231 77 137 0 50 405 133 37
Binary 111001 111 10011001 111111 1011111 0 101000 100000101 1011011 11111

Color Harmonies of #390799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390799

Black with #390799

Text Example


Text Example

White with #390799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390799; }

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

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

background-color css

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

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

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

border-color css

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

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

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