#281280

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

Shades of Persian Indigo #281280

Tints of Persian Indigo #281280

Color information

#281280 (or 0x281280) is unknown color: approx Persian Indigo. HEX triplet: 28, 12 and 80. RGB value is (40,18,128). Sum of RGB (Red+Green+Blue) = 40+18+128=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 128 (50.39% from 255 or 68.82% from 186); Max value from RGB is 128 - color contains mainly: blue. Hex color #281280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281280 is #D7ED7F. Grayscale: #242424. Windows color (decimal): -14151040 or 8393256. OLE color: 8393256.

HSL color Cylindrical-coordinate representation of color #281280: hue angle of 252º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281280 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4018128-
CMYK0.690.8600.50
HSL252º75.34%28.63%-
HSV(B)252º85.94%50.2%-
XYZ4.992.4420.63-
YUV37.12179.29130.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.51%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 128 (50.39% from 255) = 68.82%
R=21.51%
G=9.68%
B=68.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40181280.690.8600.5025275.3428.63
Hex2812804556032fc4b1d
Octal502220010512606237411335
Binary101000100101000000010001011010110011001011111100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281280; }

 p { color: rgb(40,18,128); }

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

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

 a { background-color: rgb(40,18,128); }

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

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

 span { border-color: rgb(40,18,128); }

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