#281876

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

Shades of Persian Indigo #281876

Tints of Persian Indigo #281876

Color information

#281876 (or 0x281876) is unknown color: approx Persian Indigo. HEX triplet: 28, 18 and 76. RGB value is (40,24,118). Sum of RGB (Red+Green+Blue) = 40+24+118=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #281876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281876 is #D7E789. Grayscale: #272727. Windows color (decimal): -14149514 or 7739432. OLE color: 7739432.

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

Color convert

RGB4024118-
CMYK0.660.8000.54
HSL250.21º66.2%27.84%-
HSV(B)250.21º79.66%46.27%-
XYZ4.472.4117.37-
YUV39.5172.3128.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.98%
GREEN value IS 24 (9.77% from 255) = 13.19%
BLUE value IS 118 (46.48% from 255) = 64.84%
R=21.98%
G=13.19%
B=64.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40241180.660.8000.54250.2166.227.84
Hex2818764250036fa421c
Octal503016610212006637210234
Binary10100011000111011010000101010000011011011111010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281876; }

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

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

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

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

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

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

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

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