#281772

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

Shades of Persian Indigo #281772

Tints of Persian Indigo #281772

Color information

#281772 (or 0x281772) is unknown color: approx Persian Indigo. HEX triplet: 28, 17 and 72. RGB value is (40,23,114). Sum of RGB (Red+Green+Blue) = 40+23+114=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #281772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281772 is #D7E88D. Grayscale: #262626. Windows color (decimal): -14149774 or 7477032. OLE color: 7477032.

HSL color Cylindrical-coordinate representation of color #281772: hue angle of 251.21º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #281772 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4023114-
CMYK0.650.8000.55
HSL251.21º66.42%26.86%-
HSV(B)251.21º79.82%44.71%-
XYZ4.222.2816.14-
YUV38.46170.63129.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.60%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 114 (44.92% from 255) = 64.41%
R=22.60%
G=12.99%
B=64.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40231140.650.8000.55251.2166.4226.86
Hex2817724150037fb421b
Octal502716210112006737310233
Binary10100010111111001010000011010000011011111111011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281772; }

 p { color: rgb(40,23,114); }

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

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

 a { background-color: rgb(40,23,114); }

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

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

 span { border-color: rgb(40,23,114); }

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