#281081

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

Shades of Persian Indigo #281081

Tints of Persian Indigo #281081

Color information

#281081 (or 0x281081) is unknown color: approx Persian Indigo. HEX triplet: 28, 10 and 81. RGB value is (40,16,129). Sum of RGB (Red+Green+Blue) = 40+16+129=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 129 (50.78% from 255 or 69.73% from 185); Max value from RGB is 129 - color contains mainly: blue. Hex color #281081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281081 is #D7EF7E. Grayscale: #232323. Windows color (decimal): -14151551 or 8458280. OLE color: 8458280.

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

Color convert

RGB4016129-
CMYK0.690.8800.49
HSL252.74º77.93%28.43%-
HSV(B)252.74º87.6%50.59%-
XYZ5.022.4120.97-
YUV36.06180.45130.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.62%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 129 (50.78% from 255) = 69.73%
R=21.62%
G=8.65%
B=69.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40161290.690.8800.49252.7477.9328.43
Hex2810814558031fd4e1c
Octal502020110513006137511634
Binary101000100001000000110001011011000011000111111101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281081; }

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

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

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

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

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

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

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

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