#280C80

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

Shades of Persian Indigo #280C80

Tints of Persian Indigo #280C80

Color information

#280C80 (or 0x280C80) is unknown color: approx Persian Indigo. HEX triplet: 28, 0C and 80. RGB value is (40,12,128). Sum of RGB (Red+Green+Blue) = 40+12+128=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 128 (50.39% from 255 or 71.11% from 180); Max value from RGB is 128 - color contains mainly: blue. Hex color #280C80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280C80 is #D7F37F. Grayscale: #212121. Windows color (decimal): -14152576 or 8391720. OLE color: 8391720.

HSL color Cylindrical-coordinate representation of color #280C80: hue angle of 254.48º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280C80 is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4012128-
CMYK0.690.9100.50
HSL254.48º82.86%27.45%-
HSV(B)254.48º90.62%50.2%-
XYZ4.92.2720.6-
YUV33.6181.28132.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.22%
GREEN value IS 12 (5.08% from 255) = 6.67%
BLUE value IS 128 (50.39% from 255) = 71.11%
R=22.22%
G=6.67%
B=71.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40121280.690.9100.50254.4882.8627.45
Hex28C80455B032fe531b
Octal501420010513306237612333
Binary10100011001000000010001011011011011001011111110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280C80; }

 p { color: rgb(40,12,128); }

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

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

 a { background-color: rgb(40,12,128); }

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

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

 span { border-color: rgb(40,12,128); }

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