#280D71

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

Shades of Persian Indigo #280D71

Tints of Persian Indigo #280D71

Color information

#280D71 (or 0x280D71) is unknown color: approx Persian Indigo. HEX triplet: 28, 0D and 71. RGB value is (40,13,113). Sum of RGB (Red+Green+Blue) = 40+13+113=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #280D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D71 is #D7F28E. Grayscale: #202020. Windows color (decimal): -14152335 or 7408936. OLE color: 7408936.

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

Color convert

RGB4013113-
CMYK0.650.8800.56
HSL256.2º79.37%24.71%-
HSV(B)256.2º88.5%44.31%-
XYZ41.9315.78-
YUV32.47173.45133.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 113 (44.53% from 255) = 68.07%
R=24.10%
G=7.83%
B=68.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40131130.650.8800.56256.279.3724.71
Hex28D7141580381004f19
Octal501516110113007040011731
Binary10100011011110001100000110110000111000100000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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