Html Css Color HEX #390170 Indigo

📋 copy color: '#390170'

red 57 ◦ green 1 ◦ blue 112

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

Shades of Indigo #390170

Tints of Indigo #390170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 65.88%

R = 33.53%
G = 0.59%
B = 65.88%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#390170 (or 0x390170) is known color: Indigo. HEX triplet: 39, 01 and 70. RGB value is (57,1,112). Sum of RGB (Red+Green+Blue) = 57+1+112=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #390170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390170 is #C6FE8F. Grayscale: #1E1E1E. Windows color (decimal): -13041296 or 7340345. OLE color: 7340345.

HSL color Cylindrical-coordinate representation of color #390170: hue angle of 270.27º 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 #390170 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 1 112 -
CMYK 0.49 0.99 0 0.56
HSL 270.27º 0.98% 0.22% -
HSV(B) 270.27º 0.99% 0.44% -
XYZ 4.62 2.06 15.48 -
YUV 30.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 57 1 112 0.49 0.99 0 0.56 270.27 0.98 0.22
Hex 39 1 70 31 63 0 38 10E 62 16
Octal 71 1 160 61 143 0 70 416 142 26
Binary 111001 1 1110000 110001 1100011 0 111000 100001110 1100010 10110

Color Harmonies of #390170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390170

Black with #390170

Text Example


Text Example

White with #390170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390170; }

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

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

background-color css

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

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

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

border-color css

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

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

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