#280979

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

Shades of Persian Indigo #280979

Tints of Persian Indigo #280979

Color information

#280979 (or 0x280979) is unknown color: approx Persian Indigo. HEX triplet: 28, 09 and 79. RGB value is (40,9,121). Sum of RGB (Red+Green+Blue) = 40+9+121=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 121 (47.66% from 255 or 71.18% from 170); Max value from RGB is 121 - color contains mainly: blue. Hex color #280979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280979 is #D7F686. Grayscale: #1E1E1E. Windows color (decimal): -14153351 or 7932200. OLE color: 7932200.

HSL color Cylindrical-coordinate representation of color #280979: hue angle of 256.61º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280979 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB409121-
CMYK0.670.9300.53
HSL256.61º86.15%25.49%-
HSV(B)256.61º92.56%47.45%-
XYZ4.422.0318.25-
YUV31.04178.77134.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 9 (3.91% from 255) = 5.29%
BLUE value IS 121 (47.66% from 255) = 71.18%
R=23.53%
G=5.29%
B=71.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4091210.670.9300.53256.6186.1525.49
Hex28979435D0351015619
Octal501117110313506540112631
Binary10100010011111001100001110111010110101100000001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280979; }

 p { color: rgb(40,9,121); }

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

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

 a { background-color: rgb(40,9,121); }

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

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

 span { border-color: rgb(40,9,121); }

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