Html Css Color HEX #390072 Indigo

📋 copy color: '#390072'

red 57 ◦ green 0 ◦ blue 114

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

Shades of Indigo #390072

Tints of Indigo #390072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 66.67%

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#390072 (or 0x390072) is known color: Indigo. HEX triplet: 39, 00 and 72. RGB value is (57,0,114). Sum of RGB (Red+Green+Blue) = 57+0+114=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #390072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390072 is #C6FF8D. Grayscale: #1D1D1D. Windows color (decimal): -13041550 or 7471161. OLE color: 7471161.

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

Color convert

RGB 57 0 114 -
CMYK 0.50 1 0 0.55
HSL 270º 1% 0.22% -
HSV(B) 270º 1% 0.45% -
XYZ 4.72 2.08 16.07 -
YUV 30.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 57 0 114 0.50 1 0 0.55 270 1 0.22
Hex 39 0 72 32 64 0 37 10E 64 16
Octal 71 0 162 62 144 0 67 416 144 26
Binary 111001 0 1110010 110010 1100100 0 110111 100001110 1100100 10110

Color Harmonies of #390072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390072

Black with #390072

Text Example


Text Example

White with #390072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390072; }

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

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

background-color css

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

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

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

border-color css

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

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

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