#280071

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

Shades of Persian Indigo #280071

Tints of Persian Indigo #280071

Color information

#280071 (or 0x280071) is unknown color: approx Persian Indigo. HEX triplet: 28, 00 and 71. RGB value is (40,0,113). Sum of RGB (Red+Green+Blue) = 40+0+113=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #280071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280071 is #D7FF8E. Grayscale: #181818. Windows color (decimal): -14155663 or 7405608. OLE color: 7405608.

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

Color convert

RGB400113-
CMYK0.65100.56
HSL261.24º100%22.16%-
HSV(B)261.24º100%44.31%-
XYZ3.861.6415.74-
YUV24.84177.75138.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 73.86%
R=26.14%
G=0%
B=73.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4001130.65100.56261.2410022.16
Hex2807141640381056416
Octal50016110114407040514426
Binary10100001110001100000111001000111000100000101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280071; }

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

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

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

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

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

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

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

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