#281678

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

Shades of Persian Indigo #281678

Tints of Persian Indigo #281678

Color information

#281678 (or 0x281678) is unknown color: approx Persian Indigo. HEX triplet: 28, 16 and 78. RGB value is (40,22,120). Sum of RGB (Red+Green+Blue) = 40+22+120=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #281678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281678 is #D7E987. Grayscale: #262626. Windows color (decimal): -14150024 or 7869992. OLE color: 7869992.

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

Color convert

RGB4022120-
CMYK0.670.8200.53
HSL251.02º69.01%27.84%-
HSV(B)251.02º81.67%47.06%-
XYZ4.552.3817.99-
YUV38.55173.96129.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.98%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 120 (47.27% from 255) = 65.93%
R=21.98%
G=12.09%
B=65.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40221200.670.8200.53251.0269.0127.84
Hex2816784352035fb451c
Octal502617010312206537310534
Binary10100010110111100010000111010010011010111111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281678; }

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

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

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

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

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

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

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

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