#390373

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

Shades of Persian Indigo #390373

Tints of Persian Indigo #390373

Color information

#390373 (or 0x390373) is unknown color: approx Persian Indigo. HEX triplet: 39, 03 and 73. RGB value is (57,3,115). Sum of RGB (Red+Green+Blue) = 57+3+115=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #390373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390373 is #C6FC8C. Grayscale: #1F1F1F. Windows color (decimal): -13040781 or 7537465. OLE color: 7537465.

HSL color Cylindrical-coordinate representation of color #390373: hue angle of 268.93º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #390373 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB573115-
CMYK0.500.9700.55
HSL268.93º94.92%23.14%-
HSV(B)268.93º97.39%45.1%-
XYZ4.812.1716.39-
YUV31.91174.89145.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 115 (45.31% from 255) = 65.71%
R=32.57%
G=1.71%
B=65.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5731150.500.9700.55268.9394.9223.14
Hex39373326103710d5f17
Octal7131636214106741513727
Binary11100111111001111001011000010110111100001101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390373; }

 p { color: rgb(57,3,115); }

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

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

 a { background-color: rgb(57,3,115); }

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

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

 span { border-color: rgb(57,3,115); }

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