#390978

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

Shades of Persian Indigo #390978

Tints of Persian Indigo #390978

Color information

#390978 (or 0x390978) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 78. RGB value is (57,9,120). Sum of RGB (Red+Green+Blue) = 57+9+120=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #390978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390978 is #C6F687. Grayscale: #232323. Windows color (decimal): -13039240 or 7866681. OLE color: 7866681.

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

Color convert

RGB579120-
CMYK0.520.9200.53
HSL265.95º86.05%25.29%-
HSV(B)265.95º92.5%47.06%-
XYZ5.182.4217.96-
YUV36.01175.4142.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 120 (47.27% from 255) = 64.52%
R=30.65%
G=4.84%
B=64.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5791200.520.9200.53265.9586.0525.29
Hex39978345C03510a5619
Octal71111706413406541212631
Binary1110011001111100011010010111000110101100001010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390978; }

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

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

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

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

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

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

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

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