#280273

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

Shades of Persian Indigo #280273

Tints of Persian Indigo #280273

Color information

#280273 (or 0x280273) is unknown color: approx Persian Indigo. HEX triplet: 28, 02 and 73. RGB value is (40,2,115). Sum of RGB (Red+Green+Blue) = 40+2+115=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #280273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280273 is #D7FD8C. Grayscale: #191919. Windows color (decimal): -14155149 or 7537192. OLE color: 7537192.

HSL color Cylindrical-coordinate representation of color #280273: hue angle of 260.18º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280273 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB402115-
CMYK0.650.9800.55
HSL260.18º96.58%22.94%-
HSV(B)260.18º98.26%45.1%-
XYZ3.991.7316.34-
YUV26.24178.09137.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 115 (45.31% from 255) = 73.25%
R=25.48%
G=1.27%
B=73.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4021150.650.9800.55260.1896.5822.94
Hex2827341620371046117
Octal50216310114206740414127
Binary101000101110011100000111000100110111100000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280273; }

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

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

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

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

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

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

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

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