Html Css Color HEX #390C71 Persian Indigo

📋 copy color: '#390C71'

red 57 ◦ green 12 ◦ blue 113

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

Shades of Persian Indigo #390C71

Tints of Persian Indigo #390C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.59%

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

R = 31.32%
G = 6.59%
B = 62.09%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#390C71 (or 0x390C71) is known color: Persian Indigo. HEX triplet: 39, 0C and 71. RGB value is (57,12,113). Sum of RGB (Red+Green+Blue) = 57+12+113=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #390C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C71 is #C6F38E. Grayscale: #242424. Windows color (decimal): -13038479 or 7408697. OLE color: 7408697.

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

Color convert

RGB 57 12 113 -
CMYK 0.50 0.89 0 0.56
HSL 266.73º 0.81% 0.25% -
HSV(B) 266.73º 0.89% 0.44% -
XYZ 4.8 2.33 15.82 -
YUV 36.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 57 12 113 0.50 0.89 0 0.56 266.73 0.81 0.25
Hex 39 C 71 32 59 0 38 10B 51 19
Octal 71 14 161 62 131 0 70 413 121 31
Binary 111001 1100 1110001 110010 1011001 0 111000 100001011 1010001 11001

Color Harmonies of #390C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C71

Black with #390C71

Text Example


Text Example

White with #390C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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