#280889

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

Shades of Persian Indigo #280889

Tints of Persian Indigo #280889

Color information

#280889 (or 0x280889) is unknown color: approx Persian Indigo. HEX triplet: 28, 08 and 89. RGB value is (40,8,137). Sum of RGB (Red+Green+Blue) = 40+8+137=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 137 (53.91% from 255 or 74.05% from 185); Max value from RGB is 137 - color contains mainly: blue. Hex color #280889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280889 is #D7F776. Grayscale: #1F1F1F. Windows color (decimal): -14153591 or 8980520. OLE color: 8980520.

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

Color convert

RGB408137-
CMYK0.710.9400.46
HSL254.88º88.97%28.43%-
HSV(B)254.88º94.16%53.73%-
XYZ5.482.4323.85-
YUV32.27187.1133.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.62%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 137 (53.91% from 255) = 74.05%
R=21.62%
G=4.32%
B=74.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4081370.710.9400.46254.8888.9728.43
Hex28889475E02Eff591c
Octal501021110713605637713134
Binary10100010001000100110001111011110010111011111111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280889; }

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

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

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

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

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

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

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

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