#281676

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

Shades of Persian Indigo #281676

Tints of Persian Indigo #281676

Color information

#281676 (or 0x281676) is unknown color: approx Persian Indigo. HEX triplet: 28, 16 and 76. RGB value is (40,22,118). Sum of RGB (Red+Green+Blue) = 40+22+118=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #281676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281676 is #D7E989. Grayscale: #252525. Windows color (decimal): -14150026 or 7738920. OLE color: 7738920.

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

Color convert

RGB4022118-
CMYK0.660.8100.54
HSL251.25º68.57%27.45%-
HSV(B)251.25º81.36%46.27%-
XYZ4.432.3317.36-
YUV38.33172.96129.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.22%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 118 (46.48% from 255) = 65.56%
R=22.22%
G=12.22%
B=65.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40221180.660.8100.54251.2568.5727.45
Hex2816764251036fb451b
Octal502616610212106637310533
Binary10100010110111011010000101010001011011011111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281676; }

 p { color: rgb(40,22,118); }

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

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

 a { background-color: rgb(40,22,118); }

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

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

 span { border-color: rgb(40,22,118); }

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