#280D69

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

Shades of Persian Indigo #280D69

Tints of Persian Indigo #280D69

Color information

#280D69 (or 0x280D69) is unknown color: approx Persian Indigo. HEX triplet: 28, 0D and 69. RGB value is (40,13,105). Sum of RGB (Red+Green+Blue) = 40+13+105=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #280D69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D69 is #D7F296. Grayscale: #1F1F1F. Windows color (decimal): -14152343 or 6884648. OLE color: 6884648.

HSL color Cylindrical-coordinate representation of color #280D69: hue angle of 257.61º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280D69 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4013105-
CMYK0.620.8800.59
HSL257.61º77.97%23.14%-
HSV(B)257.61º87.62%41.18%-
XYZ3.571.7613.52-
YUV31.56169.45134.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 13 (5.47% from 255) = 8.23%
BLUE value IS 105 (41.41% from 255) = 66.46%
R=25.32%
G=8.23%
B=66.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40131050.620.8800.59257.6177.9723.14
Hex28D693E5803B1024e17
Octal50151517613007340211627
Binary1010001101110100111111010110000111011100000010100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,13,105); }

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

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

 a { background-color: rgb(40,13,105); }

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

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

 span { border-color: rgb(40,13,105); }

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