#280872

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

Shades of Persian Indigo #280872

Tints of Persian Indigo #280872

Color information

#280872 (or 0x280872) is unknown color: approx Persian Indigo. HEX triplet: 28, 08 and 72. RGB value is (40,8,114). Sum of RGB (Red+Green+Blue) = 40+8+114=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #280872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280872 is #D7F78D. Grayscale: #1D1D1D. Windows color (decimal): -14153614 or 7473192. OLE color: 7473192.

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

Color convert

RGB408114-
CMYK0.650.9300.55
HSL258.11º86.89%23.92%-
HSV(B)258.11º92.98%44.71%-
XYZ41.8416.06-
YUV29.65175.6135.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 114 (44.92% from 255) = 70.37%
R=24.69%
G=4.94%
B=70.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4081140.650.9300.55258.1186.8923.92
Hex28872415D0371025718
Octal501016210113506740212730
Binary10100010001110010100000110111010110111100000010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280872; }

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

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

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

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

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

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

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

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