#281285

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

Shades of Persian Indigo #281285

Tints of Persian Indigo #281285

Color information

#281285 (or 0x281285) is unknown color: approx Persian Indigo. HEX triplet: 28, 12 and 85. RGB value is (40,18,133). Sum of RGB (Red+Green+Blue) = 40+18+133=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #281285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281285 is #D7ED7A. Grayscale: #252525. Windows color (decimal): -14151035 or 8720936. OLE color: 8720936.

HSL color Cylindrical-coordinate representation of color #281285: hue angle of 251.48º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281285 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4018133-
CMYK0.700.8600.48
HSL251.48º76.16%29.61%-
HSV(B)251.48º86.47%52.16%-
XYZ5.332.5822.41-
YUV37.69181.79129.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.94%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 133 (52.34% from 255) = 69.63%
R=20.94%
G=9.42%
B=69.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40181330.700.8600.48251.4876.1629.61
Hex2812854656030fb4c1e
Octal502220510612606037311436
Binary101000100101000010110001101010110011000011111011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281285; }

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

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

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

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

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

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

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

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