#281171

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

Shades of Persian Indigo #281171

Tints of Persian Indigo #281171

Color information

#281171 (or 0x281171) is unknown color: approx Persian Indigo. HEX triplet: 28, 11 and 71. RGB value is (40,17,113). Sum of RGB (Red+Green+Blue) = 40+17+113=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #281171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281171 is #D7EE8E. Grayscale: #222222. Windows color (decimal): -14151311 or 7409960. OLE color: 7409960.

HSL color Cylindrical-coordinate representation of color #281171: hue angle of 254.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281171 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4017113-
CMYK0.650.8500.56
HSL254.38º73.85%25.49%-
HSV(B)254.38º84.96%44.31%-
XYZ4.062.0415.8-
YUV34.82172.12131.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 113 (44.53% from 255) = 66.47%
R=23.53%
G=10%
B=66.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40171130.650.8500.56254.3873.8525.49
Hex2811714155038fe4a19
Octal502116110112507037611231
Binary10100010001111000110000011010101011100011111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281171; }

 p { color: rgb(40,17,113); }

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

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

 a { background-color: rgb(40,17,113); }

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

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

 span { border-color: rgb(40,17,113); }

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