Html Css Color HEX #390476 Persian Indigo

📋 copy color: '#390476'

red 57 ◦ green 4 ◦ blue 118

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

Shades of Persian Indigo #390476

Tints of Persian Indigo #390476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.23%

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

R = 31.84%
G = 2.23%
B = 65.92%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#390476 (or 0x390476) is known color: Persian Indigo. HEX triplet: 39, 04 and 76. RGB value is (57,4,118). Sum of RGB (Red+Green+Blue) = 57+4+118=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #390476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390476 is #C6FB89. Grayscale: #202020. Windows color (decimal): -13040522 or 7734329. OLE color: 7734329.

HSL color Cylindrical-coordinate representation of color #390476: hue angle of 267.89º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #390476 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 4 118 -
CMYK 0.52 0.97 0 0.54
HSL 267.89º 0.93% 0.24% -
HSV(B) 267.89º 0.97% 0.46% -
XYZ 5 2.26 17.31 -
YUV 32.84 176.06 145.23 -
System Red Green Blue C M Y K H S L
Decimal 57 4 118 0.52 0.97 0 0.54 267.89 0.93 0.24
Hex 39 4 76 34 61 0 36 10C 5D 18
Octal 71 4 166 64 141 0 66 414 135 30
Binary 111001 100 1110110 110100 1100001 0 110110 100001100 1011101 11000

Color Harmonies of #390476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390476

Black with #390476

Text Example


Text Example

White with #390476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390476; }

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

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

background-color css

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

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

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

border-color css

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

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

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