#280E75

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

Shades of Persian Indigo #280E75

Tints of Persian Indigo #280E75

Color information

#280E75 (or 0x280E75) is unknown color: approx Persian Indigo. HEX triplet: 28, 0E and 75. RGB value is (40,14,117). Sum of RGB (Red+Green+Blue) = 40+14+117=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #280E75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E75 is #D7F18A. Grayscale: #212121. Windows color (decimal): -14152075 or 7671336. OLE color: 7671336.

HSL color Cylindrical-coordinate representation of color #280E75: hue angle of 255.15º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280E75 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4014117-
CMYK0.660.8800.54
HSL255.15º78.63%25.69%-
HSV(B)255.15º88.03%45.88%-
XYZ4.242.0517-
YUV33.52175.11132.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 14 (5.86% from 255) = 8.19%
BLUE value IS 117 (46.09% from 255) = 68.42%
R=23.39%
G=8.19%
B=68.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40141170.660.8800.54255.1578.6325.69
Hex28E754258036ff4f1a
Octal501616510213006637711732
Binary1010001110111010110000101011000011011011111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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