#280962

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

Shades of Persian Indigo #280962

Tints of Persian Indigo #280962

Color information

#280962 (or 0x280962) is unknown color: approx Persian Indigo. HEX triplet: 28, 09 and 62. RGB value is (40,9,98). Sum of RGB (Red+Green+Blue) = 40+9+98=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #280962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280962 is #D7F69D. Grayscale: #1C1C1C. Windows color (decimal): -14153374 or 6424872. OLE color: 6424872.

HSL color Cylindrical-coordinate representation of color #280962: hue angle of 260.9º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280962 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB40998-
CMYK0.590.9100.62
HSL260.9º83.18%20.98%-
HSV(B)260.9º90.82%38.43%-
XYZ3.181.5311.68-
YUV28.42167.27136.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 98 (38.67% from 255) = 66.67%
R=27.21%
G=6.12%
B=66.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal409980.590.9100.62260.983.1820.98
Hex289623B5B03E1055315
Octal50111427313307640512325
Binary1010001001110001011101110110110111110100000101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280962; }

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

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

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

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

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

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

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

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