#280E74

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

Shades of Persian Indigo #280E74

Tints of Persian Indigo #280E74

Color information

#280E74 (or 0x280E74) is unknown color: approx Persian Indigo. HEX triplet: 28, 0E and 74. RGB value is (40,14,116). Sum of RGB (Red+Green+Blue) = 40+14+116=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #280E74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E74 is #D7F18B. Grayscale: #212121. Windows color (decimal): -14152076 or 7605800. OLE color: 7605800.

HSL color Cylindrical-coordinate representation of color #280E74: hue angle of 255.29º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280E74 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4014116-
CMYK0.660.8800.55
HSL255.29º78.46%25.49%-
HSV(B)255.29º87.93%45.49%-
XYZ4.182.0316.69-
YUV33.4174.61132.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 14 (5.86% from 255) = 8.24%
BLUE value IS 116 (45.70% from 255) = 68.24%
R=23.53%
G=8.24%
B=68.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40141160.660.8800.55255.2978.4625.49
Hex28E744258037ff4e19
Octal501616410213006737711631
Binary1010001110111010010000101011000011011111111111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,14,116); }

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

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

 a { background-color: rgb(40,14,116); }

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

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

 span { border-color: rgb(40,14,116); }

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