Html Css Color HEX #390171 Indigo

📋 copy color: '#390171'

red 57 ◦ green 1 ◦ blue 113

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

Shades of Indigo #390171

Tints of Indigo #390171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 113 (44.53% from 255) = 66.08%

R = 33.33%
G = 0.58%
B = 66.08%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#390171 (or 0x390171) is known color: Indigo. HEX triplet: 39, 01 and 71. RGB value is (57,1,113). Sum of RGB (Red+Green+Blue) = 57+1+113=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 113 (44.53% from 255 or 66.08% from 171); Max value from RGB is 113 - color contains mainly: blue. Hex color #390171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390171 is #C6FE8E. Grayscale: #1E1E1E. Windows color (decimal): -13041295 or 7405881. OLE color: 7405881.

HSL color Cylindrical-coordinate representation of color #390171: hue angle of 270º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390171 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 1 113 -
CMYK 0.50 0.99 0 0.56
HSL 270º 0.98% 0.22% -
HSV(B) 270º 0.99% 0.44% -
XYZ 4.68 2.08 15.78 -
YUV 30.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 57 1 113 0.50 0.99 0 0.56 270 0.98 0.22
Hex 39 1 71 32 63 0 38 10E 62 16
Octal 71 1 161 62 143 0 70 416 142 26
Binary 111001 1 1110001 110010 1100011 0 111000 100001110 1100010 10110

Color Harmonies of #390171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390171

Black with #390171

Text Example


Text Example

White with #390171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390171; }

 p { color: rgb(57,1,113); }

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

background-color css

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

 a { background-color: rgb(57,1,113); }

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

border-color css

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

 span { border-color: rgb(57,1,113); }

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