#280178

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

Shades of Persian Indigo #280178

Tints of Persian Indigo #280178

Color information

#280178 (or 0x280178) is unknown color: approx Persian Indigo. HEX triplet: 28, 01 and 78. RGB value is (40,1,120). Sum of RGB (Red+Green+Blue) = 40+1+120=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 120 (47.27% from 255 or 74.53% from 161); Max value from RGB is 120 - color contains mainly: blue. Hex color #280178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280178 is #D7FE87. Grayscale: #191919. Windows color (decimal): -14155400 or 7864616. OLE color: 7864616.

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

Color convert

RGB401120-
CMYK0.670.9900.53
HSL259.66º98.35%23.73%-
HSV(B)259.66º99.17%47.06%-
XYZ4.281.8317.9-
YUV26.23180.92137.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.84%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 120 (47.27% from 255) = 74.53%
R=24.84%
G=0.62%
B=74.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4011200.670.9900.53259.6698.3523.73
Hex2817843630351046218
Octal50117010314306540414230
Binary10100011111000100001111000110110101100000100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280178; }

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

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

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

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

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

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

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

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