#280689

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

Shades of Persian Indigo #280689

Tints of Persian Indigo #280689

Color information

#280689 (or 0x280689) is unknown color: approx Persian Indigo. HEX triplet: 28, 06 and 89. RGB value is (40,6,137). Sum of RGB (Red+Green+Blue) = 40+6+137=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 137 (53.91% from 255 or 74.86% from 183); Max value from RGB is 137 - color contains mainly: blue. Hex color #280689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280689 is #D7F976. Grayscale: #1E1E1E. Windows color (decimal): -14154103 or 8980008. OLE color: 8980008.

HSL color Cylindrical-coordinate representation of color #280689: hue angle of 255.57º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280689 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB406137-
CMYK0.710.9600.46
HSL255.57º91.61%28.04%-
HSV(B)255.57º95.62%53.73%-
XYZ5.462.3923.84-
YUV31.1187.76134.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 6 (2.73% from 255) = 3.28%
BLUE value IS 137 (53.91% from 255) = 74.86%
R=21.86%
G=3.28%
B=74.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4061370.710.9600.46255.5791.6128.04
Hex28689476002E1005c1c
Octal50621110714005640013434
Binary10100011010001001100011111000000101110100000000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280689; }

 p { color: rgb(40,6,137); }

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

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

 a { background-color: rgb(40,6,137); }

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

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

 span { border-color: rgb(40,6,137); }

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