#390075

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

Shades of Indigo #390075

Tints of Indigo #390075

Color information

#390075 (or 0x390075) is unknown color: approx Indigo. HEX triplet: 39, 00 and 75. RGB value is (57,0,117). Sum of RGB (Red+Green+Blue) = 57+0+117=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #390075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390075 is #C6FF8A. Grayscale: #1D1D1D. Windows color (decimal): -13041547 or 7667769. OLE color: 7667769.

HSL color Cylindrical-coordinate representation of color #390075: hue angle of 269.23º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390075 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB570117-
CMYK0.51100.54
HSL269.23º100%22.94%-
HSV(B)269.23º100%45.88%-
XYZ4.92.1516.99-
YUV30.38176.88146.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 67.24%
R=32.76%
G=0%
B=67.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5701170.51100.54269.2310022.94
Hex39075336403610d6417
Octal7101656314406641514427
Binary1110010111010111001111001000110110100001101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390075; }

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

 H1.HeaderClassName
 {
   color: #390075;
 }
 .AnyTagClassName
 {
   color: #390075;
 }
</style>
background-color css

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

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

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

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

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

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