#281981

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

Shades of Persian Indigo #281981

Tints of Persian Indigo #281981

Color information

#281981 (or 0x281981) is unknown color: approx Persian Indigo. HEX triplet: 28, 19 and 81. RGB value is (40,25,129). Sum of RGB (Red+Green+Blue) = 40+25+129=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #281981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281981 is #D7E67E. Grayscale: #282828. Windows color (decimal): -14149247 or 8460584. OLE color: 8460584.

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

Color convert

RGB4025129-
CMYK0.690.8100.49
HSL248.65º67.53%30.2%-
HSV(B)248.65º80.62%50.59%-
XYZ5.192.7321.02-
YUV41.34177.47127.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.62%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 129 (50.78% from 255) = 66.49%
R=20.62%
G=12.89%
B=66.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40251290.690.8100.49248.6567.5330.2
Hex2819814551031f9441e
Octal503120110512106137110436
Binary101000110011000000110001011010001011000111111001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281981; }

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

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

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

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

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

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

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

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