#281168

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

Shades of Persian Indigo #281168

Tints of Persian Indigo #281168

Color information

#281168 (or 0x281168) is unknown color: approx Persian Indigo. HEX triplet: 28, 11 and 68. RGB value is (40,17,104). Sum of RGB (Red+Green+Blue) = 40+17+104=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #281168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281168 is #D7EE97. Grayscale: #212121. Windows color (decimal): -14151320 or 6820136. OLE color: 6820136.

HSL color Cylindrical-coordinate representation of color #281168: hue angle of 255.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281168 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4017104-
CMYK0.620.8400.59
HSL255.86º71.9%23.73%-
HSV(B)255.86º83.65%40.78%-
XYZ3.571.8513.27-
YUV33.8167.62132.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.84%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 104 (41.02% from 255) = 64.60%
R=24.84%
G=10.56%
B=64.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40171040.620.8400.59255.8671.923.73
Hex2811683E5403B1004818
Octal50211507612407340011030
Binary10100010001110100011111010101000111011100000000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281168; }

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

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

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

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

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

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

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

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