#280560

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

Shades of Persian Indigo #280560

Tints of Persian Indigo #280560

Color information

#280560 (or 0x280560) is unknown color: approx Persian Indigo. HEX triplet: 28, 05 and 60. RGB value is (40,5,96). Sum of RGB (Red+Green+Blue) = 40+5+96=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #280560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280560 is #D7FA9F. Grayscale: #191919. Windows color (decimal): -14154400 or 6292776. OLE color: 6292776.

HSL color Cylindrical-coordinate representation of color #280560: hue angle of 263.08º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280560 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB40596-
CMYK0.580.9500.62
HSL263.08º90.1%19.8%-
HSV(B)263.08º94.79%37.65%-
XYZ3.041.411.18-
YUV25.84167.6138.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.37%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 96 (37.89% from 255) = 68.09%
R=28.37%
G=3.55%
B=68.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal405960.580.9500.62263.0890.119.8
Hex285603A5F03E1075a14
Octal5051407213707640713224
Binary101000101110000011101010111110111110100000111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280560; }

 p { color: rgb(40,5,96); }

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

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

 a { background-color: rgb(40,5,96); }

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

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

 span { border-color: rgb(40,5,96); }

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