#280A85

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

Shades of Persian Indigo #280A85

Tints of Persian Indigo #280A85

Color information

#280A85 (or 0x280A85) is unknown color: approx Persian Indigo. HEX triplet: 28, 0A and 85. RGB value is (40,10,133). Sum of RGB (Red+Green+Blue) = 40+10+133=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #280A85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280A85 is #D7F57A. Grayscale: #202020. Windows color (decimal): -14153083 or 8718888. OLE color: 8718888.

HSL color Cylindrical-coordinate representation of color #280A85: hue angle of 254.63º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280A85 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4010133-
CMYK0.700.9200.48
HSL254.63º86.01%28.04%-
HSV(B)254.63º92.48%52.16%-
XYZ5.222.3622.37-
YUV32.99184.44133-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 10 (4.30% from 255) = 5.46%
BLUE value IS 133 (52.34% from 255) = 72.68%
R=21.86%
G=5.46%
B=72.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40101330.700.9200.48254.6386.0128.04
Hex28A85465C030ff561c
Octal501220510613406037712634
Binary10100010101000010110001101011100011000011111111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280A85; }

 p { color: rgb(40,10,133); }

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

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

 a { background-color: rgb(40,10,133); }

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

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

 span { border-color: rgb(40,10,133); }

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