Html Css Color HEX #390C76 Persian Indigo

📋 copy color: '#390C76'

red 57 ◦ green 12 ◦ blue 118

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

Shades of Persian Indigo #390C76

Tints of Persian Indigo #390C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 63.1%

R = 30.48%
G = 6.42%
B = 63.1%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#390C76 (or 0x390C76) is known color: Persian Indigo. HEX triplet: 39, 0C and 76. RGB value is (57,12,118). Sum of RGB (Red+Green+Blue) = 57+12+118=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #390C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C76 is #C6F389. Grayscale: #252525. Windows color (decimal): -13038474 or 7736377. OLE color: 7736377.

HSL color Cylindrical-coordinate representation of color #390C76: hue angle of 265.47º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390C76 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 12 118 -
CMYK 0.52 0.90 0 0.54
HSL 265.47º 0.82% 0.25% -
HSV(B) 265.47º 0.9% 0.46% -
XYZ 5.09 2.44 17.34 -
YUV 37.54 173.41 141.88 -
System Red Green Blue C M Y K H S L
Decimal 57 12 118 0.52 0.90 0 0.54 265.47 0.82 0.25
Hex 39 C 76 34 5A 0 36 109 52 19
Octal 71 14 166 64 132 0 66 411 122 31
Binary 111001 1100 1110110 110100 1011010 0 110110 100001001 1010010 11001

Color Harmonies of #390C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C76

Black with #390C76

Text Example


Text Example

White with #390C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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