#390279

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

Shades of Persian Indigo #390279

Tints of Persian Indigo #390279

Color information

#390279 (or 0x390279) is unknown color: approx Persian Indigo. HEX triplet: 39, 02 and 79. RGB value is (57,2,121). Sum of RGB (Red+Green+Blue) = 57+2+121=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 121 (47.66% from 255 or 67.22% from 180); Max value from RGB is 121 - color contains mainly: blue. Hex color #390279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390279 is #C6FD86. Grayscale: #1F1F1F. Windows color (decimal): -13041031 or 7930425. OLE color: 7930425.

HSL color Cylindrical-coordinate representation of color #390279: hue angle of 267.73º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390279 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB572121-
CMYK0.530.9800.53
HSL267.73º96.75%24.12%-
HSV(B)267.73º98.35%47.45%-
XYZ5.162.2918.26-
YUV32.01178.22145.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 121 (47.66% from 255) = 67.22%
R=31.67%
G=1.11%
B=67.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5721210.530.9800.53267.7396.7524.12
Hex39279356203510c6118
Octal7121716514206541414130
Binary11100110111100111010111000100110101100001100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390279; }

 p { color: rgb(57,2,121); }

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

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

 a { background-color: rgb(57,2,121); }

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

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

 span { border-color: rgb(57,2,121); }

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