Html Css Color HEX #390C79 Persian Indigo

📋 copy color: '#390C79'

red 57 ◦ green 12 ◦ blue 121

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

Shades of Persian Indigo #390C79

Tints of Persian Indigo #390C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 63.68%

R = 30%
G = 6.32%
B = 63.68%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#390C79 (or 0x390C79) is known color: Persian Indigo. HEX triplet: 39, 0C and 79. RGB value is (57,12,121). Sum of RGB (Red+Green+Blue) = 57+12+121=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #390C79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C79 is #C6F386. Grayscale: #252525. Windows color (decimal): -13038471 or 7932985. OLE color: 7932985.

HSL color Cylindrical-coordinate representation of color #390C79: hue angle of 264.77º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390C79 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 12 121 -
CMYK 0.53 0.90 0 0.53
HSL 264.77º 0.82% 0.26% -
HSV(B) 264.77º 0.9% 0.47% -
XYZ 5.27 2.51 18.3 -
YUV 37.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 57 12 121 0.53 0.90 0 0.53 264.77 0.82 0.26
Hex 39 C 79 35 5A 0 35 109 52 1A
Octal 71 14 171 65 132 0 65 411 122 32
Binary 111001 1100 1111001 110101 1011010 0 110101 100001001 1010010 11010

Color Harmonies of #390C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C79

Black with #390C79

Text Example


Text Example

White with #390C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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