Html Css Color HEX #390E97 Persian Indigo

📋 copy color: '#390E97'

red 57 ◦ green 14 ◦ blue 151

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

Shades of Persian Indigo #390E97

Tints of Persian Indigo #390E97

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.31%

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

R = 25.68%
G = 6.31%
B = 68.02%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#390E97 (or 0x390E97) is known color: Persian Indigo. HEX triplet: 39, 0E and 97. RGB value is (57,14,151). Sum of RGB (Red+Green+Blue) = 57+14+151=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #390E97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390E97 is #C6F168. Grayscale: #292929. Windows color (decimal): -13037929 or 9899577. OLE color: 9899577.

HSL color Cylindrical-coordinate representation of color #390E97: hue angle of 258.83º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390E97 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 14 151 -
CMYK 0.62 0.91 0 0.41
HSL 258.83º 0.83% 0.32% -
HSV(B) 258.83º 0.91% 0.59% -
XYZ 7.43 3.42 29.55 -
YUV 42.48 189.25 138.36 -
System Red Green Blue C M Y K H S L
Decimal 57 14 151 0.62 0.91 0 0.41 258.83 0.83 0.32
Hex 39 E 97 3E 5B 0 29 103 53 20
Octal 71 16 227 76 133 0 51 403 123 40
Binary 111001 1110 10010111 111110 1011011 0 101001 100000011 1010011 100000

Color Harmonies of #390E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E97

Black with #390E97

Text Example


Text Example

White with #390E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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