#280C85

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

Shades of Persian Indigo #280C85

Tints of Persian Indigo #280C85

Color information

#280C85 (or 0x280C85) is unknown color: approx Persian Indigo. HEX triplet: 28, 0C and 85. RGB value is (40,12,133). Sum of RGB (Red+Green+Blue) = 40+12+133=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #280C85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280C85 is #D7F37A. Grayscale: #212121. Windows color (decimal): -14152571 or 8719400. OLE color: 8719400.

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

Color convert

RGB4012133-
CMYK0.700.9100.48
HSL253.88º83.45%28.43%-
HSV(B)253.88º90.98%52.16%-
XYZ5.242.4122.38-
YUV34.17183.78132.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.62%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 133 (52.34% from 255) = 71.89%
R=21.62%
G=6.49%
B=71.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40121330.700.9100.48253.8883.4528.43
Hex28C85465B030fe531c
Octal501420510613306037612334
Binary10100011001000010110001101011011011000011111110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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