#280879

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

Shades of Persian Indigo #280879

Tints of Persian Indigo #280879

Color information

#280879 (or 0x280879) is unknown color: approx Persian Indigo. HEX triplet: 28, 08 and 79. RGB value is (40,8,121). Sum of RGB (Red+Green+Blue) = 40+8+121=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 121 (47.66% from 255 or 71.60% from 169); Max value from RGB is 121 - color contains mainly: blue. Hex color #280879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280879 is #D7F786. Grayscale: #1E1E1E. Windows color (decimal): -14153607 or 7931944. OLE color: 7931944.

HSL color Cylindrical-coordinate representation of color #280879: hue angle of 256.99º degrees, saturation: 0.88, 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 #280879 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB408121-
CMYK0.670.9300.53
HSL256.99º87.6%25.29%-
HSV(B)256.99º93.39%47.45%-
XYZ4.412.0118.24-
YUV30.45179.1134.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 121 (47.66% from 255) = 71.60%
R=23.67%
G=4.73%
B=71.60%

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
Decimal4081210.670.9300.53256.9987.625.29
Hex28879435D0351015819
Octal501017110313506540113031
Binary10100010001111001100001110111010110101100000001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280879; }

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

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

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

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

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

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

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

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