#390367

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

Shades of Persian Indigo #390367

Tints of Persian Indigo #390367

Color information

#390367 (or 0x390367) is unknown color: approx Persian Indigo. HEX triplet: 39, 03 and 67. RGB value is (57,3,103). Sum of RGB (Red+Green+Blue) = 57+3+103=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 103 (40.62% from 255 or 63.19% from 163); Max value from RGB is 103 - color contains mainly: blue. Hex color #390367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390367 is #C6FC98. Grayscale: #1E1E1E. Windows color (decimal): -13040793 or 6751033. OLE color: 6751033.

HSL color Cylindrical-coordinate representation of color #390367: hue angle of 272.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #390367 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB573103-
CMYK0.450.9700.60
HSL272.4º94.34%20.78%-
HSV(B)272.4º97.09%40.39%-
XYZ4.171.9112.98-
YUV30.55168.89146.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.97%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 103 (40.62% from 255) = 63.19%
R=34.97%
G=1.84%
B=63.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5731030.450.9700.60272.494.3420.78
Hex393672D6103C1105e15
Octal7131475514107442013625
Binary11100111110011110110111000010111100100010000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390367; }

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

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

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

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

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

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

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

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