Html Css Color HEX #390499 Indigo

📋 copy color: '#390499'

red 57 ◦ green 4 ◦ blue 153

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

Shades of Indigo #390499

Tints of Indigo #390499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 71.5%

R = 26.64%
G = 1.87%
B = 71.5%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#390499 (or 0x390499) is known color: Indigo. HEX triplet: 39, 04 and 99. RGB value is (57,4,153). Sum of RGB (Red+Green+Blue) = 57+4+153=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #390499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390499 is #C6FB66. Grayscale: #242424. Windows color (decimal): -13040487 or 10028089. OLE color: 10028089.

HSL color Cylindrical-coordinate representation of color #390499: hue angle of 261.34º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #390499 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 4 153 -
CMYK 0.63 0.97 0 0.4
HSL 261.34º 0.95% 0.31% -
HSV(B) 261.34º 0.97% 0.6% -
XYZ 7.48 3.26 30.37 -
YUV 36.83 193.56 142.38 -
System Red Green Blue C M Y K H S L
Decimal 57 4 153 0.63 0.97 0 0.4 261.34 0.95 0.31
Hex 39 4 99 3F 61 0 28 105 5F 1F
Octal 71 4 231 77 141 0 50 405 137 37
Binary 111001 100 10011001 111111 1100001 0 101000 100000101 1011111 11111

Color Harmonies of #390499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390499

Black with #390499

Text Example


Text Example

White with #390499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390499; }

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

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

background-color css

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

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

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

border-color css

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

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

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