Html Css Color HEX #390997 Persian Indigo

📋 copy color: '#390997'

red 57 ◦ green 9 ◦ blue 151

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

Shades of Persian Indigo #390997

Tints of Persian Indigo #390997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 69.59%

R = 26.27%
G = 4.15%
B = 69.59%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#390997 (or 0x390997) is known color: Persian Indigo. HEX triplet: 39, 09 and 97. RGB value is (57,9,151). Sum of RGB (Red+Green+Blue) = 57+9+151=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 151 (59.38% from 255 or 69.59% from 217); Max value from RGB is 151 - color contains mainly: blue. Hex color #390997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390997 is #C6F668. Grayscale: #272727. Windows color (decimal): -13039209 or 9898297. OLE color: 9898297.

HSL color Cylindrical-coordinate representation of color #390997: hue angle of 260.28º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390997 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 9 151 -
CMYK 0.62 0.94 0 0.41
HSL 260.28º 0.89% 0.31% -
HSV(B) 260.28º 0.94% 0.59% -
XYZ 7.37 3.3 29.53 -
YUV 39.54 190.9 140.45 -
System Red Green Blue C M Y K H S L
Decimal 57 9 151 0.62 0.94 0 0.41 260.28 0.89 0.31
Hex 39 9 97 3E 5E 0 29 104 59 1F
Octal 71 11 227 76 136 0 51 404 131 37
Binary 111001 1001 10010111 111110 1011110 0 101001 100000100 1011001 11111

Color Harmonies of #390997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390997

Black with #390997

Text Example


Text Example

White with #390997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390997; }

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

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

background-color css

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

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

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

border-color css

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

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

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