#280B81

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

Shades of Persian Indigo #280B81

Tints of Persian Indigo #280B81

Color information

#280B81 (or 0x280B81) is unknown color: approx Persian Indigo. HEX triplet: 28, 0B and 81. RGB value is (40,11,129). Sum of RGB (Red+Green+Blue) = 40+11+129=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 129 (50.78% from 255 or 71.67% from 180); Max value from RGB is 129 - color contains mainly: blue. Hex color #280B81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280B81 is #D7F47E. Grayscale: #202020. Windows color (decimal): -14152831 or 8457000. OLE color: 8457000.

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

Color convert

RGB4011129-
CMYK0.690.9100.49
HSL254.75º84.29%27.45%-
HSV(B)254.75º91.47%50.59%-
XYZ4.962.2820.95-
YUV33.12182.11132.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.22%
GREEN value IS 11 (4.69% from 255) = 6.11%
BLUE value IS 129 (50.78% from 255) = 71.67%
R=22.22%
G=6.11%
B=71.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40111290.690.9100.49254.7584.2927.45
Hex28B81455B031ff541b
Octal501320110513306137712433
Binary10100010111000000110001011011011011000111111111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,11,129); }

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

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

 a { background-color: rgb(40,11,129); }

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

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

 span { border-color: rgb(40,11,129); }

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