#281178

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

Shades of Persian Indigo #281178

Tints of Persian Indigo #281178

Color information

#281178 (or 0x281178) is unknown color: approx Persian Indigo. HEX triplet: 28, 11 and 78. RGB value is (40,17,120). Sum of RGB (Red+Green+Blue) = 40+17+120=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #281178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281178 is #D7EE87. Grayscale: #232323. Windows color (decimal): -14151304 or 7868712. OLE color: 7868712.

HSL color Cylindrical-coordinate representation of color #281178: hue angle of 253.4º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281178 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4017120-
CMYK0.670.8600.53
HSL253.4º75.18%26.86%-
HSV(B)253.4º85.83%47.06%-
XYZ4.472.2117.96-
YUV35.62175.62131.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.60%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 120 (47.27% from 255) = 67.80%
R=22.60%
G=9.60%
B=67.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40171200.670.8600.53253.475.1826.86
Hex2811784356035fd4b1b
Octal502117010312606537511333
Binary10100010001111100010000111010110011010111111101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281178; }

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

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

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

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

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

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

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

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