Html Css Color HEX #390570 Persian Indigo

📋 copy color: '#390570'

red 57 ◦ green 5 ◦ blue 112

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

Shades of Persian Indigo #390570

Tints of Persian Indigo #390570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 64.37%

R = 32.76%
G = 2.87%
B = 64.37%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#390570 (or 0x390570) is known color: Persian Indigo. HEX triplet: 39, 05 and 70. RGB value is (57,5,112). Sum of RGB (Red+Green+Blue) = 57+5+112=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #390570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390570 is #C6FA8F. Grayscale: #202020. Windows color (decimal): -13040272 or 7341369. OLE color: 7341369.

HSL color Cylindrical-coordinate representation of color #390570: hue angle of 269.16º degrees, saturation: 0.91, 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 #390570 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 5 112 -
CMYK 0.49 0.96 0 0.56
HSL 269.16º 0.91% 0.23% -
HSV(B) 269.16º 0.96% 0.44% -
XYZ 4.67 2.15 15.5 -
YUV 32.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 57 5 112 0.49 0.96 0 0.56 269.16 0.91 0.23
Hex 39 5 70 31 60 0 38 10D 5B 17
Octal 71 5 160 61 140 0 70 415 133 27
Binary 111001 101 1110000 110001 1100000 0 111000 100001101 1011011 10111

Color Harmonies of #390570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390570

Black with #390570

Text Example


Text Example

White with #390570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390570; }

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

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

background-color css

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

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

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

border-color css

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

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

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