Html Css Color HEX #390596 Persian Indigo

📋 copy color: '#390596'

red 57 ◦ green 5 ◦ blue 150

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

Shades of Persian Indigo #390596

Tints of Persian Indigo #390596

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.36%

 BLUE value IS 150 (58.98% from 255) = 70.75%

R = 26.89%
G = 2.36%
B = 70.75%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#390596 (or 0x390596) is known color: Persian Indigo. HEX triplet: 39, 05 and 96. RGB value is (57,5,150). Sum of RGB (Red+Green+Blue) = 57+5+150=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 150 (58.98% from 255 or 70.75% from 212); Max value from RGB is 150 - color contains mainly: blue. Hex color #390596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390596 is #C6FA69. Grayscale: #242424. Windows color (decimal): -13040234 or 9831737. OLE color: 9831737.

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

Color convert

RGB 57 5 150 -
CMYK 0.62 0.97 0 0.41
HSL 261.52º 0.94% 0.3% -
HSV(B) 261.52º 0.97% 0.59% -
XYZ 7.25 3.18 29.09 -
YUV 37.08 191.73 142.21 -
System Red Green Blue C M Y K H S L
Decimal 57 5 150 0.62 0.97 0 0.41 261.52 0.94 0.3
Hex 39 5 96 3E 61 0 29 106 5E 1E
Octal 71 5 226 76 141 0 51 406 136 36
Binary 111001 101 10010110 111110 1100001 0 101001 100000110 1011110 11110

Color Harmonies of #390596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390596

Black with #390596

Text Example


Text Example

White with #390596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390596; }

 p { color: rgb(57,5,150); }

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

background-color css

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

 a { background-color: rgb(57,5,150); }

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

border-color css

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

 span { border-color: rgb(57,5,150); }

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