#390083

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

Shades of Indigo #390083

Tints of Indigo #390083

Color information

#390083 (or 0x390083) is unknown color: approx Indigo. HEX triplet: 39, 00 and 83. RGB value is (57,0,131). Sum of RGB (Red+Green+Blue) = 57+0+131=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 131 (51.56% from 255 or 69.68% from 188); Max value from RGB is 131 - color contains mainly: blue. Hex color #390083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390083 is #C6FF7C. Grayscale: #1F1F1F. Windows color (decimal): -13041533 or 8585273. OLE color: 8585273.

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

Color convert

RGB570131-
CMYK0.56100.49
HSL266.11º100%25.69%-
HSV(B)266.11º100%51.37%-
XYZ5.782.5121.65-
YUV31.98183.88145.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 69.68%
R=30.32%
G=0%
B=69.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5701310.56100.49266.1110025.69
Hex39083386403110a641a
Octal7102037014406141214432
Binary11100101000001111100011001000110001100001010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390083; }

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

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

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

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

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

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

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

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