#280B73

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

Shades of Persian Indigo #280B73

Tints of Persian Indigo #280B73

Color information

#280B73 (or 0x280B73) is unknown color: approx Persian Indigo. HEX triplet: 28, 0B and 73. RGB value is (40,11,115). Sum of RGB (Red+Green+Blue) = 40+11+115=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #280B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280B73 is #D7F48C. Grayscale: #1F1F1F. Windows color (decimal): -14152845 or 7539496. OLE color: 7539496.

HSL color Cylindrical-coordinate representation of color #280B73: hue angle of 256.73º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280B73 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4011115-
CMYK0.650.9000.55
HSL256.73º82.54%24.71%-
HSV(B)256.73º90.43%45.1%-
XYZ4.091.9316.38-
YUV31.53175.11134.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 11 (4.69% from 255) = 6.63%
BLUE value IS 115 (45.31% from 255) = 69.28%
R=24.10%
G=6.63%
B=69.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40111150.650.9000.55256.7382.5424.71
Hex28B73415A0371015319
Octal501316310113206740112331
Binary10100010111110011100000110110100110111100000001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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