Html Css Color HEX #390999 Persian Indigo

📋 copy color: '#390999'

red 57 ◦ green 9 ◦ blue 153

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

Shades of Persian Indigo #390999

Tints of Persian Indigo #390999

RGB

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

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

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

R = 26.03%
G = 4.11%
B = 69.86%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#390999 (or 0x390999) is known color: Persian Indigo. HEX triplet: 39, 09 and 99. RGB value is (57,9,153). Sum of RGB (Red+Green+Blue) = 57+9+153=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #390999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390999 is #C6F666. Grayscale: #272727. Windows color (decimal): -13039207 or 10029369. OLE color: 10029369.

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

Color convert

RGB 57 9 153 -
CMYK 0.63 0.94 0 0.4
HSL 260º 0.89% 0.32% -
HSV(B) 260º 0.94% 0.6% -
XYZ 7.53 3.37 30.39 -
YUV 39.77 191.9 140.29 -
System Red Green Blue C M Y K H S L
Decimal 57 9 153 0.63 0.94 0 0.4 260 0.89 0.32
Hex 39 9 99 3F 5E 0 28 104 59 20
Octal 71 11 231 77 136 0 50 404 131 40
Binary 111001 1001 10011001 111111 1011110 0 101000 100000100 1011001 100000

Color Harmonies of #390999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390999

Black with #390999

Text Example


Text Example

White with #390999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390999; }

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

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

background-color css

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

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

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

border-color css

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

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

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