#280978

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

Shades of Persian Indigo #280978

Tints of Persian Indigo #280978

Color information

#280978 (or 0x280978) is unknown color: approx Persian Indigo. HEX triplet: 28, 09 and 78. RGB value is (40,9,120). Sum of RGB (Red+Green+Blue) = 40+9+120=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #280978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280978 is #D7F687. Grayscale: #1E1E1E. Windows color (decimal): -14153352 or 7866664. OLE color: 7866664.

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

Color convert

RGB409120-
CMYK0.670.9200.53
HSL256.76º86.05%25.29%-
HSV(B)256.76º92.5%47.06%-
XYZ4.36217.93-
YUV30.92178.27134.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 120 (47.27% from 255) = 71.01%
R=23.67%
G=5.33%
B=71.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4091200.670.9200.53256.7686.0525.29
Hex28978435C0351015619
Octal501117010313406540112631
Binary10100010011111000100001110111000110101100000001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280978; }

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

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

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

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

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

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

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

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