#281978

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

Shades of Persian Indigo #281978

Tints of Persian Indigo #281978

Color information

#281978 (or 0x281978) is unknown color: approx Persian Indigo. HEX triplet: 28, 19 and 78. RGB value is (40,25,120). Sum of RGB (Red+Green+Blue) = 40+25+120=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #281978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281978 is #D7E687. Grayscale: #272727. Windows color (decimal): -14149256 or 7870760. OLE color: 7870760.

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

Color convert

RGB4025120-
CMYK0.670.7900.53
HSL249.47º65.52%28.43%-
HSV(B)249.47º79.17%47.06%-
XYZ4.612.518.01-
YUV40.32172.97127.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.62%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 120 (47.27% from 255) = 64.86%
R=21.62%
G=13.51%
B=64.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40251200.670.7900.53249.4765.5228.43
Hex281978434F035f9421c
Octal503117010311706537110234
Binary10100011001111100010000111001111011010111111001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281978; }

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

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

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

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

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

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

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

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