#280460

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

Shades of Persian Indigo #280460

Tints of Persian Indigo #280460

Color information

#280460 (or 0x280460) is unknown color: approx Persian Indigo. HEX triplet: 28, 04 and 60. RGB value is (40,4,96). Sum of RGB (Red+Green+Blue) = 40+4+96=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #280460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280460 is #D7FB9F. Grayscale: #181818. Windows color (decimal): -14154656 or 6292520. OLE color: 6292520.

HSL color Cylindrical-coordinate representation of color #280460: hue angle of 263.48º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280460 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB40496-
CMYK0.580.9600.62
HSL263.48º92%19.61%-
HSV(B)263.48º95.83%37.65%-
XYZ3.031.3811.17-
YUV25.25167.93138.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.57%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 96 (37.89% from 255) = 68.57%
R=28.57%
G=2.86%
B=68.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal404960.580.9600.62263.489219.61
Hex284603A6003E1075c14
Octal5041407214007640713424
Binary101000100110000011101011000000111110100000111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280460; }

 p { color: rgb(40,4,96); }

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

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

 a { background-color: rgb(40,4,96); }

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

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

 span { border-color: rgb(40,4,96); }

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