#280988

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

Shades of Persian Indigo #280988

Tints of Persian Indigo #280988

Color information

#280988 (or 0x280988) is unknown color: approx Persian Indigo. HEX triplet: 28, 09 and 88. RGB value is (40,9,136). Sum of RGB (Red+Green+Blue) = 40+9+136=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 136 (53.52% from 255 or 73.51% from 185); Max value from RGB is 136 - color contains mainly: blue. Hex color #280988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280988 is #D7F677. Grayscale: #202020. Windows color (decimal): -14153336 or 8915240. OLE color: 8915240.

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

Color convert

RGB409136-
CMYK0.710.9300.47
HSL254.65º87.59%28.43%-
HSV(B)254.65º93.38%53.33%-
XYZ5.422.4223.47-
YUV32.75186.27133.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.62%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 136 (53.52% from 255) = 73.51%
R=21.62%
G=4.86%
B=73.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4091360.710.9300.47254.6587.5928.43
Hex28988475D02Fff581c
Octal501121010713505737713034
Binary10100010011000100010001111011101010111111111111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280988; }

 p { color: rgb(40,9,136); }

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

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

 a { background-color: rgb(40,9,136); }

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

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

 span { border-color: rgb(40,9,136); }

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