Html Css Color HEX #390591 Persian Indigo

📋 copy color: '#390591'

red 57 ◦ green 5 ◦ blue 145

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

Shades of Persian Indigo #390591

Tints of Persian Indigo #390591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 70.05%

R = 27.54%
G = 2.42%
B = 70.05%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#390591 (or 0x390591) is known color: Persian Indigo. HEX triplet: 39, 05 and 91. RGB value is (57,5,145). Sum of RGB (Red+Green+Blue) = 57+5+145=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #390591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390591 is #C6FA6E. Grayscale: #242424. Windows color (decimal): -13040239 or 9504057. OLE color: 9504057.

HSL color Cylindrical-coordinate representation of color #390591: hue angle of 262.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #390591 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 5 145 -
CMYK 0.61 0.97 0 0.43
HSL 262.29º 0.93% 0.29% -
HSV(B) 262.29º 0.97% 0.57% -
XYZ 6.85 3.02 27.01 -
YUV 36.51 189.23 142.62 -
System Red Green Blue C M Y K H S L
Decimal 57 5 145 0.61 0.97 0 0.43 262.29 0.93 0.29
Hex 39 5 91 3D 61 0 2B 106 5D 1D
Octal 71 5 221 75 141 0 53 406 135 35
Binary 111001 101 10010001 111101 1100001 0 101011 100000110 1011101 11101

Color Harmonies of #390591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390591

Black with #390591

Text Example


Text Example

White with #390591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390591; }

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

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

background-color css

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

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

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

border-color css

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

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

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