Html Css Color HEX #390076 Indigo

📋 copy color: '#390076'

red 57 ◦ green 0 ◦ blue 118

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

Shades of Indigo #390076

Tints of Indigo #390076

RGB

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

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

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

R = 32.57%
G = 0%
B = 67.43%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#390076 (or 0x390076) is known color: Indigo. HEX triplet: 39, 00 and 76. RGB value is (57,0,118). Sum of RGB (Red+Green+Blue) = 57+0+118=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #390076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390076 is #C6FF89. Grayscale: #1E1E1E. Windows color (decimal): -13041546 or 7733305. OLE color: 7733305.

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

Color convert

RGB 57 0 118 -
CMYK 0.52 1 0 0.54
HSL 268.98º 1% 0.23% -
HSV(B) 268.98º 1% 0.46% -
XYZ 4.96 2.18 17.3 -
YUV 30.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 57 0 118 0.52 1 0 0.54 268.98 1 0.23
Hex 39 0 76 34 64 0 36 10D 64 17
Octal 71 0 166 64 144 0 66 415 144 27
Binary 111001 0 1110110 110100 1100100 0 110110 100001101 1100100 10111

Color Harmonies of #390076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390076

Black with #390076

Text Example


Text Example

White with #390076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390076; }

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

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

background-color css

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

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

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

border-color css

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

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

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