#280577

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

Shades of Persian Indigo #280577

Tints of Persian Indigo #280577

Color information

#280577 (or 0x280577) is unknown color: approx Persian Indigo. HEX triplet: 28, 05 and 77. RGB value is (40,5,119). Sum of RGB (Red+Green+Blue) = 40+5+119=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 119 (46.88% from 255 or 72.56% from 164); Max value from RGB is 119 - color contains mainly: blue. Hex color #280577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280577 is #D7FA88. Grayscale: #1C1C1C. Windows color (decimal): -14154377 or 7800104. OLE color: 7800104.

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

Color convert

RGB405119-
CMYK0.660.9600.53
HSL258.42º91.94%24.31%-
HSV(B)258.42º95.8%46.67%-
XYZ4.261.8917.59-
YUV28.46179.1136.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.39%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 119 (46.88% from 255) = 72.56%
R=24.39%
G=3.05%
B=72.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4051190.660.9600.53258.4291.9424.31
Hex2857742600351025c18
Octal50516710214006540213430
Binary1010001011110111100001011000000110101100000010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280577; }

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

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

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

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

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

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

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

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