#280268

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

Shades of Persian Indigo #280268

Tints of Persian Indigo #280268

Color information

#280268 (or 0x280268) is unknown color: approx Persian Indigo. HEX triplet: 28, 02 and 68. RGB value is (40,2,104). Sum of RGB (Red+Green+Blue) = 40+2+104=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #280268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280268 is #D7FD97. Grayscale: #181818. Windows color (decimal): -14155160 or 6816296. OLE color: 6816296.

HSL color Cylindrical-coordinate representation of color #280268: hue angle of 262.35º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280268 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB402104-
CMYK0.620.9800.59
HSL262.35º96.23%20.78%-
HSV(B)262.35º98.08%40.78%-
XYZ3.41.4913.21-
YUV24.99172.59138.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.40%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 104 (41.02% from 255) = 71.23%
R=27.40%
G=1.37%
B=71.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4021040.620.9800.59262.3596.2320.78
Hex282683E6203B1066015
Octal5021507614207340614025
Binary10100010110100011111011000100111011100000110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280268; }

 p { color: rgb(40,2,104); }

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

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

 a { background-color: rgb(40,2,104); }

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

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

 span { border-color: rgb(40,2,104); }

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