#280386

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

Shades of Persian Indigo #280386

Tints of Persian Indigo #280386

Color information

#280386 (or 0x280386) is unknown color: approx Persian Indigo. HEX triplet: 28, 03 and 86. RGB value is (40,3,134). Sum of RGB (Red+Green+Blue) = 40+3+134=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 134 (52.73% from 255 or 75.71% from 177); Max value from RGB is 134 - color contains mainly: blue. Hex color #280386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280386 is #D7FC79. Grayscale: #1C1C1C. Windows color (decimal): -14154874 or 8782632. OLE color: 8782632.

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

Color convert

RGB403134-
CMYK0.700.9800.47
HSL256.95º95.62%26.86%-
HSV(B)256.95º97.76%52.55%-
XYZ5.212.2422.71-
YUV29187.26135.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.60%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 134 (52.73% from 255) = 75.71%
R=22.60%
G=1.69%
B=75.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4031340.700.9800.47256.9595.6226.86
Hex28386466202F101601b
Octal50320610614205740114033
Binary1010001110000110100011011000100101111100000001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280386; }

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

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

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

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

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

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

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

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