#281878

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

Shades of Persian Indigo #281878

Tints of Persian Indigo #281878

Color information

#281878 (or 0x281878) is unknown color: approx Persian Indigo. HEX triplet: 28, 18 and 78. RGB value is (40,24,120). Sum of RGB (Red+Green+Blue) = 40+24+120=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #281878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281878 is #D7E787. Grayscale: #272727. Windows color (decimal): -14149512 or 7870504. OLE color: 7870504.

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

Color convert

RGB4024120-
CMYK0.670.800.53
HSL250º66.67%28.24%-
HSV(B)250º80%47.06%-
XYZ4.592.4618-
YUV39.73173.3128.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 120 (47.27% from 255) = 65.22%
R=21.74%
G=13.04%
B=65.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40241200.670.800.5325066.6728.24
Hex2818784350035fa431c
Octal503017010312006537210334
Binary10100011000111100010000111010000011010111111010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281878; }

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

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

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

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

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

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

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

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