#390085

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

Shades of Indigo #390085

Tints of Indigo #390085

Color information

#390085 (or 0x390085) is unknown color: approx Indigo. HEX triplet: 39, 00 and 85. RGB value is (57,0,133). Sum of RGB (Red+Green+Blue) = 57+0+133=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #390085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390085 is #C6FF7A. Grayscale: #1F1F1F. Windows color (decimal): -13041531 or 8716345. OLE color: 8716345.

HSL color Cylindrical-coordinate representation of color #390085: hue angle of 265.71º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390085 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB570133-
CMYK0.57100.48
HSL265.71º100%26.08%-
HSV(B)265.71º100%52.16%-
XYZ5.922.5622.37-
YUV32.2184.88145.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 70%
R=30%
G=0%
B=70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5701330.57100.48265.7110026.08
Hex39085396403010a641a
Octal7102057114406041214432
Binary11100101000010111100111001000110000100001010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390085; }

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

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

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

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

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

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

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

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