#280177

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

Shades of Persian Indigo #280177

Tints of Persian Indigo #280177

Color information

#280177 (or 0x280177) is unknown color: approx Persian Indigo. HEX triplet: 28, 01 and 77. RGB value is (40,1,119). Sum of RGB (Red+Green+Blue) = 40+1+119=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 119 (46.88% from 255 or 74.38% from 160); Max value from RGB is 119 - color contains mainly: blue. Hex color #280177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280177 is #D7FE88. Grayscale: #191919. Windows color (decimal): -14155401 or 7799080. OLE color: 7799080.

HSL color Cylindrical-coordinate representation of color #280177: hue angle of 259.83º 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 #280177 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB401119-
CMYK0.660.9900.53
HSL259.83º98.33%23.53%-
HSV(B)259.83º99.16%46.67%-
XYZ4.221.817.58-
YUV26.11180.42137.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 119 (46.88% from 255) = 74.38%
R=25%
G=0.62%
B=74.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4011190.660.9900.53259.8398.3323.53
Hex2817742630351046218
Octal50116710214306540414230
Binary10100011110111100001011000110110101100000100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280177; }

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

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

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

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

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

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

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

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