#281289

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

Shades of Persian Indigo #281289

Tints of Persian Indigo #281289

Color information

#281289 (or 0x281289) is unknown color: approx Persian Indigo. HEX triplet: 28, 12 and 89. RGB value is (40,18,137). Sum of RGB (Red+Green+Blue) = 40+18+137=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 137 (53.91% from 255 or 70.26% from 195); Max value from RGB is 137 - color contains mainly: blue. Hex color #281289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281289 is #D7ED76. Grayscale: #252525. Windows color (decimal): -14151031 or 8983080. OLE color: 8983080.

HSL color Cylindrical-coordinate representation of color #281289: hue angle of 251.09º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281289 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4018137-
CMYK0.710.8700.46
HSL251.09º76.77%30.39%-
HSV(B)251.09º86.86%53.73%-
XYZ5.612.6923.89-
YUV38.14183.79129.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.51%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 137 (53.91% from 255) = 70.26%
R=20.51%
G=9.23%
B=70.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40181370.710.8700.46251.0976.7730.39
Hex281289475702Efb4d1e
Octal502221110712705637311536
Binary101000100101000100110001111010111010111011111011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281289; }

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

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

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

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

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

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

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

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