Html Css Color HEX #390571 Persian Indigo

📋 copy color: '#390571'

red 57 ◦ green 5 ◦ blue 113

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

Shades of Persian Indigo #390571

Tints of Persian Indigo #390571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 64.57%

R = 32.57%
G = 2.86%
B = 64.57%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#390571 (or 0x390571) is known color: Persian Indigo. HEX triplet: 39, 05 and 71. RGB value is (57,5,113). Sum of RGB (Red+Green+Blue) = 57+5+113=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #390571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390571 is #C6FA8E. Grayscale: #202020. Windows color (decimal): -13040271 or 7406905. OLE color: 7406905.

HSL color Cylindrical-coordinate representation of color #390571: hue angle of 268.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390571 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 5 113 -
CMYK 0.50 0.96 0 0.56
HSL 268.89º 0.92% 0.23% -
HSV(B) 268.89º 0.96% 0.44% -
XYZ 4.72 2.17 15.79 -
YUV 32.86 173.23 145.22 -
System Red Green Blue C M Y K H S L
Decimal 57 5 113 0.50 0.96 0 0.56 268.89 0.92 0.23
Hex 39 5 71 32 60 0 38 10D 5C 17
Octal 71 5 161 62 140 0 70 415 134 27
Binary 111001 101 1110001 110010 1100000 0 111000 100001101 1011100 10111

Color Harmonies of #390571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390571

Black with #390571

Text Example


Text Example

White with #390571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390571; }

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

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

background-color css

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

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

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

border-color css

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

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

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