Html Css Color HEX #390070 Indigo

📋 copy color: '#390070'

red 57 ◦ green 0 ◦ blue 112

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

Shades of Indigo #390070

Tints of Indigo #390070

RGB

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

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

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

R = 33.73%
G = 0%
B = 66.27%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#390070 (or 0x390070) is known color: Indigo. HEX triplet: 39, 00 and 70. RGB value is (57,0,112). Sum of RGB (Red+Green+Blue) = 57+0+112=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #390070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390070 is #C6FF8F. Grayscale: #1D1D1D. Windows color (decimal): -13041552 or 7340089. OLE color: 7340089.

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

Color convert

RGB 57 0 112 -
CMYK 0.49 1 0 0.56
HSL 270.54º 1% 0.22% -
HSV(B) 270.54º 1% 0.44% -
XYZ 4.61 2.04 15.48 -
YUV 29.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 57 0 112 0.49 1 0 0.56 270.54 1 0.22
Hex 39 0 70 31 64 0 38 10F 64 16
Octal 71 0 160 61 144 0 70 417 144 26
Binary 111001 0 1110000 110001 1100100 0 111000 100001111 1100100 10110

Color Harmonies of #390070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390070

Black with #390070

Text Example


Text Example

White with #390070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390070; }

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

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

background-color css

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

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

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

border-color css

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

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

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