#280772

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

Shades of Persian Indigo #280772

Tints of Persian Indigo #280772

Color information

#280772 (or 0x280772) is unknown color: approx Persian Indigo. HEX triplet: 28, 07 and 72. RGB value is (40,7,114). Sum of RGB (Red+Green+Blue) = 40+7+114=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #280772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280772 is #D7F88D. Grayscale: #1C1C1C. Windows color (decimal): -14153870 or 7472936. OLE color: 7472936.

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

Color convert

RGB407114-
CMYK0.650.9400.55
HSL258.5º88.43%23.73%-
HSV(B)258.5º93.86%44.71%-
XYZ3.991.8216.06-
YUV29.06175.93135.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.84%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 114 (44.92% from 255) = 70.81%
R=24.84%
G=4.35%
B=70.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4071140.650.9400.55258.588.4323.73
Hex28772415E0371035818
Octal50716210113606740313030
Binary1010001111110010100000110111100110111100000011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280772; }

 p { color: rgb(40,7,114); }

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

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

 a { background-color: rgb(40,7,114); }

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

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

 span { border-color: rgb(40,7,114); }

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