#280571

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

Shades of Persian Indigo #280571

Tints of Persian Indigo #280571

Color information

#280571 (or 0x280571) is unknown color: approx Persian Indigo. HEX triplet: 28, 05 and 71. RGB value is (40,5,113). Sum of RGB (Red+Green+Blue) = 40+5+113=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #280571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280571 is #D7FA8E. Grayscale: #1B1B1B. Windows color (decimal): -14154383 or 7406888. OLE color: 7406888.

HSL color Cylindrical-coordinate representation of color #280571: hue angle of 259.44º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280571 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB405113-
CMYK0.650.9600.56
HSL259.44º91.53%23.14%-
HSV(B)259.44º95.58%44.31%-
XYZ3.911.7515.75-
YUV27.78176.1136.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 113 (44.53% from 255) = 71.52%
R=25.32%
G=3.16%
B=71.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4051130.650.9600.56259.4491.5323.14
Hex2857141600381035c17
Octal50516110114007040313427
Binary1010001011110001100000111000000111000100000011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280571; }

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

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

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

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

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

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

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

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