Html Css Color HEX #390D97 Persian Indigo

📋 copy color: '#390D97'

red 57 ◦ green 13 ◦ blue 151

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

Shades of Persian Indigo #390D97

Tints of Persian Indigo #390D97

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.88%

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

R = 25.79%
G = 5.88%
B = 68.33%

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

#390D97 (or 0x390D97) is known color: Persian Indigo. HEX triplet: 39, 0D and 97. RGB value is (57,13,151). Sum of RGB (Red+Green+Blue) = 57+13+151=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 151 (59.38% from 255 or 68.33% from 221); Max value from RGB is 151 - color contains mainly: blue. Hex color #390D97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D97 is #C6F268. Grayscale: #292929. Windows color (decimal): -13038185 or 9899321. OLE color: 9899321.

HSL color Cylindrical-coordinate representation of color #390D97: hue angle of 259.13º degrees, saturation: 0.84, 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 #390D97 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 13 151 -
CMYK 0.62 0.91 0 0.41
HSL 259.13º 0.84% 0.32% -
HSV(B) 259.13º 0.91% 0.59% -
XYZ 7.42 3.39 29.54 -
YUV 41.89 189.58 138.78 -
System Red Green Blue C M Y K H S L
Decimal 57 13 151 0.62 0.91 0 0.41 259.13 0.84 0.32
Hex 39 D 97 3E 5B 0 29 103 54 20
Octal 71 15 227 76 133 0 51 403 124 40
Binary 111001 1101 10010111 111110 1011011 0 101001 100000011 1010100 100000

Color Harmonies of #390D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D97

Black with #390D97

Text Example


Text Example

White with #390D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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