#390088

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

Shades of Indigo #390088

Tints of Indigo #390088

Color information

#390088 (or 0x390088) is unknown color: approx Indigo. HEX triplet: 39, 00 and 88. RGB value is (57,0,136). Sum of RGB (Red+Green+Blue) = 57+0+136=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #390088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390088 is #C6FF77. Grayscale: #202020. Windows color (decimal): -13041528 or 8912953. OLE color: 8912953.

HSL color Cylindrical-coordinate representation of color #390088: hue angle of 265.15º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390088 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB570136-
CMYK0.58100.47
HSL265.15º100%26.67%-
HSV(B)265.15º100%53.33%-
XYZ6.132.6523.48-
YUV32.55186.38145.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 70.47%
R=29.53%
G=0%
B=70.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5701360.58100.47265.1510026.67
Hex390883A6402F109641b
Octal7102107214405741114433
Binary11100101000100011101011001000101111100001001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390088; }

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

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

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

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

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

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

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

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