#280A8B

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

Shades of Persian Indigo #280A8B

Tints of Persian Indigo #280A8B

Color information

#280A8B (or 0x280A8B) is unknown color: approx Persian Indigo. HEX triplet: 28, 0A and 8B. RGB value is (40,10,139). Sum of RGB (Red+Green+Blue) = 40+10+139=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 139 (54.69% from 255 or 73.54% from 189); Max value from RGB is 139 - color contains mainly: blue. Hex color #280A8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280A8B is #D7F574. Grayscale: #212121. Windows color (decimal): -14153077 or 9112104. OLE color: 9112104.

HSL color Cylindrical-coordinate representation of color #280A8B: hue angle of 253.95º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280A8B is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4010139-
CMYK0.710.9300.45
HSL253.95º86.58%29.22%-
HSV(B)253.95º92.81%54.51%-
XYZ5.642.5324.62-
YUV33.68187.44132.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 10 (4.30% from 255) = 5.29%
BLUE value IS 139 (54.69% from 255) = 73.54%
R=21.16%
G=5.29%
B=73.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40101390.710.9300.45253.9586.5829.22
Hex28A8B475D02Dfe571d
Octal501221310713505537612735
Binary10100010101000101110001111011101010110111111110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,10,139); }

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

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

 a { background-color: rgb(40,10,139); }

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

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

 span { border-color: rgb(40,10,139); }

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