#280D68

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

Shades of Persian Indigo #280D68

Tints of Persian Indigo #280D68

Color information

#280D68 (or 0x280D68) is unknown color: approx Persian Indigo. HEX triplet: 28, 0D and 68. RGB value is (40,13,104). Sum of RGB (Red+Green+Blue) = 40+13+104=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #280D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D68 is #D7F297. Grayscale: #1F1F1F. Windows color (decimal): -14152344 or 6819112. OLE color: 6819112.

HSL color Cylindrical-coordinate representation of color #280D68: hue angle of 257.8º 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 #280D68 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4013104-
CMYK0.620.8800.59
HSL257.8º77.78%22.94%-
HSV(B)257.8º87.5%40.78%-
XYZ3.521.7413.25-
YUV31.45168.95134.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 13 (5.47% from 255) = 8.28%
BLUE value IS 104 (41.02% from 255) = 66.24%
R=25.48%
G=8.28%
B=66.24%

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
Decimal40131040.620.8800.59257.877.7822.94
Hex28D683E5803B1024e17
Octal50151507613007340211627
Binary1010001101110100011111010110000111011100000010100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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