#280782

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

Shades of Persian Indigo #280782

Tints of Persian Indigo #280782

Color information

#280782 (or 0x280782) is unknown color: approx Persian Indigo. HEX triplet: 28, 07 and 82. RGB value is (40,7,130). Sum of RGB (Red+Green+Blue) = 40+7+130=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 130 (51.17% from 255 or 73.45% from 177); Max value from RGB is 130 - color contains mainly: blue. Hex color #280782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280782 is #D7F87D. Grayscale: #1E1E1E. Windows color (decimal): -14153854 or 8521512. OLE color: 8521512.

HSL color Cylindrical-coordinate representation of color #280782: hue angle of 256.1º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280782 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB407130-
CMYK0.690.9500.49
HSL256.1º89.78%26.86%-
HSV(B)256.1º94.62%50.98%-
XYZ4.982.2121.28-
YUV30.89183.93134.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.60%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 130 (51.17% from 255) = 73.45%
R=22.60%
G=3.95%
B=73.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4071300.690.9500.49256.189.7826.86
Hex28782455F0311005a1b
Octal50720210513706140013233
Binary10100011110000010100010110111110110001100000000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280782; }

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

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

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

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

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

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

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

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