#281175

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

Shades of Persian Indigo #281175

Tints of Persian Indigo #281175

Color information

#281175 (or 0x281175) is unknown color: approx Persian Indigo. HEX triplet: 28, 11 and 75. RGB value is (40,17,117). Sum of RGB (Red+Green+Blue) = 40+17+117=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #281175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281175 is #D7EE8A. Grayscale: #222222. Windows color (decimal): -14151307 or 7672104. OLE color: 7672104.

HSL color Cylindrical-coordinate representation of color #281175: hue angle of 253.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281175 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4017117-
CMYK0.660.8500.54
HSL253.8º74.63%26.27%-
HSV(B)253.8º85.47%45.88%-
XYZ4.292.1417.02-
YUV35.28174.12131.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 117 (46.09% from 255) = 67.24%
R=22.99%
G=9.77%
B=67.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40171170.660.8500.54253.874.6326.27
Hex2811754255036fe4b1a
Octal502116510212506637611332
Binary10100010001111010110000101010101011011011111110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281175; }

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

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

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

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

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

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

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

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