Html Css Color HEX #390D70 Persian Indigo

📋 copy color: '#390D70'

red 57 ◦ green 13 ◦ blue 112

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

Shades of Persian Indigo #390D70

Tints of Persian Indigo #390D70

RGB

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

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

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

R = 31.32%
G = 7.14%
B = 61.54%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#390D70 (or 0x390D70) is known color: Persian Indigo. HEX triplet: 39, 0D and 70. RGB value is (57,13,112). Sum of RGB (Red+Green+Blue) = 57+13+112=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #390D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D70 is #C6F28F. Grayscale: #252525. Windows color (decimal): -13038224 or 7343417. OLE color: 7343417.

HSL color Cylindrical-coordinate representation of color #390D70: hue angle of 266.67º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390D70 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 13 112 -
CMYK 0.49 0.88 0 0.56
HSL 266.67º 0.79% 0.25% -
HSV(B) 266.67º 0.88% 0.44% -
XYZ 4.76 2.33 15.53 -
YUV 37.44 170.08 141.95 -
System Red Green Blue C M Y K H S L
Decimal 57 13 112 0.49 0.88 0 0.56 266.67 0.79 0.25
Hex 39 D 70 31 58 0 38 10B 4F 19
Octal 71 15 160 61 130 0 70 413 117 31
Binary 111001 1101 1110000 110001 1011000 0 111000 100001011 1001111 11001

Color Harmonies of #390D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D70

Black with #390D70

Text Example


Text Example

White with #390D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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