#392280

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

Shades of Persian Indigo #392280

Tints of Persian Indigo #392280

Color information

#392280 (or 0x392280) is unknown color: approx Persian Indigo. HEX triplet: 39, 22 and 80. RGB value is (57,34,128). Sum of RGB (Red+Green+Blue) = 57+34+128=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #392280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392280 is #C6DD7F. Grayscale: #333333. Windows color (decimal): -13032832 or 8397369. OLE color: 8397369.

HSL color Cylindrical-coordinate representation of color #392280: hue angle of 254.68º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392280 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5734128-
CMYK0.550.7300.50
HSL254.68º58.02%31.76%-
HSV(B)254.68º73.44%50.2%-
XYZ6.163.5720.79-
YUV51.59171.12131.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 34 (13.67% from 255) = 15.53%
BLUE value IS 128 (50.39% from 255) = 58.45%
R=26.03%
G=15.53%
B=58.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57341280.550.7300.50254.6858.0231.76
Hex3922803749032ff3a20
Octal7142200671110623777240
Binary111001100010100000001101111001001011001011111111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392280; }

 p { color: rgb(57,34,128); }

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

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

 a { background-color: rgb(57,34,128); }

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

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

 span { border-color: rgb(57,34,128); }

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