#280086

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

Shades of Persian Indigo #280086

Tints of Persian Indigo #280086

Color information

#280086 (or 0x280086) is unknown color: approx Persian Indigo. HEX triplet: 28, 00 and 86. RGB value is (40,0,134). Sum of RGB (Red+Green+Blue) = 40+0+134=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 134 (52.73% from 255 or 77.01% from 174); Max value from RGB is 134 - color contains mainly: blue. Hex color #280086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280086 is #D7FF79. Grayscale: #1A1A1A. Windows color (decimal): -14155642 or 8781864. OLE color: 8781864.

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

Color convert

RGB400134-
CMYK0.70100.47
HSL257.91º100%26.27%-
HSV(B)257.91º100%52.55%-
XYZ5.182.1722.7-
YUV27.24188.25137.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 77.01%
R=22.99%
G=0%
B=77.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4001340.70100.47257.9110026.27
Hex28086466402F102641a
Octal50020610614405740214432
Binary101000010000110100011011001000101111100000010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280086; }

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

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

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

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

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

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

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

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