#280776

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

Shades of Persian Indigo #280776

Tints of Persian Indigo #280776

Color information

#280776 (or 0x280776) is unknown color: approx Persian Indigo. HEX triplet: 28, 07 and 76. RGB value is (40,7,118). Sum of RGB (Red+Green+Blue) = 40+7+118=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #280776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280776 is #D7F889. Grayscale: #1D1D1D. Windows color (decimal): -14153866 or 7735080. OLE color: 7735080.

HSL color Cylindrical-coordinate representation of color #280776: hue angle of 257.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280776 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB407118-
CMYK0.660.9400.54
HSL257.84º88.8%24.51%-
HSV(B)257.84º94.07%46.27%-
XYZ4.221.9117.29-
YUV29.52177.93135.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 118 (46.48% from 255) = 71.52%
R=24.24%
G=4.24%
B=71.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4071180.660.9400.54257.8488.824.51
Hex28776425E0361025919
Octal50716610213606640213131
Binary1010001111110110100001010111100110110100000010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280776; }

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

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

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

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

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

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

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

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