#280586

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

Shades of Persian Indigo #280586

Tints of Persian Indigo #280586

Color information

#280586 (or 0x280586) is unknown color: approx Persian Indigo. HEX triplet: 28, 05 and 86. RGB value is (40,5,134). Sum of RGB (Red+Green+Blue) = 40+5+134=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 134 (52.73% from 255 or 74.86% from 179); Max value from RGB is 134 - color contains mainly: blue. Hex color #280586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280586 is #D7FA79. Grayscale: #1D1D1D. Windows color (decimal): -14154362 or 8783144. OLE color: 8783144.

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

Color convert

RGB405134-
CMYK0.700.9600.47
HSL256.28º92.81%27.25%-
HSV(B)256.28º96.27%52.55%-
XYZ5.232.2822.72-
YUV30.17186.6135.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.35%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 134 (52.73% from 255) = 74.86%
R=22.35%
G=2.79%
B=74.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4051340.700.9600.47256.2892.8127.25
Hex28586466002F1005d1b
Octal50520610614005740013533
Binary10100010110000110100011011000000101111100000000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280586; }

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

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

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

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

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

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

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

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