#390578

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

Shades of Persian Indigo #390578

Tints of Persian Indigo #390578

Color information

#390578 (or 0x390578) is unknown color: approx Persian Indigo. HEX triplet: 39, 05 and 78. RGB value is (57,5,120). Sum of RGB (Red+Green+Blue) = 57+5+120=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #390578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390578 is #C6FA87. Grayscale: #212121. Windows color (decimal): -13040264 or 7865657. OLE color: 7865657.

HSL color Cylindrical-coordinate representation of color #390578: hue angle of 267.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390578 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB575120-
CMYK0.520.9600.53
HSL267.13º92%24.51%-
HSV(B)267.13º95.83%47.06%-
XYZ5.132.3317.95-
YUV33.66176.73144.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.32%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 120 (47.27% from 255) = 65.93%
R=31.32%
G=2.75%
B=65.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5751200.520.9600.53267.139224.51
Hex39578346003510b5c19
Octal7151706414006541313431
Binary111001101111100011010011000000110101100001011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390578; }

 p { color: rgb(57,5,120); }

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

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

 a { background-color: rgb(57,5,120); }

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

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

 span { border-color: rgb(57,5,120); }

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