#390575

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

Shades of Persian Indigo #390575

Tints of Persian Indigo #390575

Color information

#390575 (or 0x390575) is unknown color: approx Persian Indigo. HEX triplet: 39, 05 and 75. RGB value is (57,5,117). Sum of RGB (Red+Green+Blue) = 57+5+117=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #390575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390575 is #C6FA8A. Grayscale: #202020. Windows color (decimal): -13040267 or 7669049. OLE color: 7669049.

HSL color Cylindrical-coordinate representation of color #390575: hue angle of 267.86º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390575 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB575117-
CMYK0.510.9600.54
HSL267.86º91.8%23.92%-
HSV(B)267.86º95.73%45.88%-
XYZ4.952.2617.01-
YUV33.32175.23144.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.84%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 117 (46.09% from 255) = 65.36%
R=31.84%
G=2.79%
B=65.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5751170.510.9600.54267.8691.823.92
Hex39575336003610c5c18
Octal7151656314006641413430
Binary111001101111010111001111000000110110100001100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390575; }

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

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

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

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

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

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

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

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