#390072

Color #390072 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #390072

Tints of Indigo #390072

Color information

#390072 (or 0x390072) is unknown color: approx 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

RGB570114-
CMYK0.50100.55
HSL270º100%22.35%-
HSV(B)270º100%44.71%-
XYZ4.722.0816.07-
YUV30.04175.38147.23-

RGB Variations

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

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 (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5701140.50100.5527010022.35
Hex39072326403710e6416
Octal7101626214406741614426
Binary1110010111001011001011001000110111100001110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>