Html Css Color HEX #390080 Indigo

📋 copy color: '#390080'

red 57 ◦ green 0 ◦ blue 128

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

Shades of Indigo #390080

Tints of Indigo #390080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 69.19%

R = 30.81%
G = 0%
B = 69.19%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#390080 (or 0x390080) is known color: Indigo. HEX triplet: 39, 00 and 80. RGB value is (57,0,128). Sum of RGB (Red+Green+Blue) = 57+0+128=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 128 (50.39% from 255 or 69.19% from 185); Max value from RGB is 128 - color contains mainly: blue. Hex color #390080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390080 is #C6FF7F. Grayscale: #1F1F1F. Windows color (decimal): -13041536 or 8388665. OLE color: 8388665.

HSL color Cylindrical-coordinate representation of color #390080: hue angle of 266.72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390080 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 0 128 -
CMYK 0.55 1 0 0.50
HSL 266.72º 1% 0.25% -
HSV(B) 266.72º 1% 0.5% -
XYZ 5.58 2.43 20.6 -
YUV 31.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 57 0 128 0.55 1 0 0.50 266.72 1 0.25
Hex 39 0 80 37 64 0 32 10B 64 19
Octal 71 0 200 67 144 0 62 413 144 31
Binary 111001 0 10000000 110111 1100100 0 110010 100001011 1100100 11001

Color Harmonies of #390080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390080

Black with #390080

Text Example


Text Example

White with #390080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390080; }

 p { color: rgb(57,0,128); }

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

background-color css

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

 a { background-color: rgb(57,0,128); }

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

border-color css

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

 span { border-color: rgb(57,0,128); }

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