#281681

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

Shades of Persian Indigo #281681

Tints of Persian Indigo #281681

Color information

#281681 (or 0x281681) is unknown color: approx Persian Indigo. HEX triplet: 28, 16 and 81. RGB value is (40,22,129). Sum of RGB (Red+Green+Blue) = 40+22+129=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 129 (50.78% from 255 or 67.54% from 191); Max value from RGB is 129 - color contains mainly: blue. Hex color #281681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281681 is #D7E97E. Grayscale: #272727. Windows color (decimal): -14150015 or 8459816. OLE color: 8459816.

HSL color Cylindrical-coordinate representation of color #281681: hue angle of 250.09º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #281681 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4022129-
CMYK0.690.8300.49
HSL250.09º70.86%29.61%-
HSV(B)250.09º82.95%50.59%-
XYZ5.122.6121-
YUV39.58178.46128.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.94%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 129 (50.78% from 255) = 67.54%
R=20.94%
G=11.52%
B=67.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40221290.690.8300.49250.0970.8629.61
Hex2816814553031fa471e
Octal502620110512306137210736
Binary101000101101000000110001011010011011000111111010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281681; }

 p { color: rgb(40,22,129); }

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

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

 a { background-color: rgb(40,22,129); }

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

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

 span { border-color: rgb(40,22,129); }

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