#280D63

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

Shades of Persian Indigo #280D63

Tints of Persian Indigo #280D63

Color information

#280D63 (or 0x280D63) is unknown color: approx Persian Indigo. HEX triplet: 28, 0D and 63. RGB value is (40,13,99). Sum of RGB (Red+Green+Blue) = 40+13+99=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #280D63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D63 is #D7F29C. Grayscale: #1E1E1E. Windows color (decimal): -14152349 or 6491432. OLE color: 6491432.

HSL color Cylindrical-coordinate representation of color #280D63: hue angle of 258.84º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #280D63 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB401399-
CMYK0.600.8700.61
HSL258.84º76.79%21.96%-
HSV(B)258.84º86.87%38.82%-
XYZ3.271.6411.95-
YUV30.88166.45134.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.32%
GREEN value IS 13 (5.47% from 255) = 8.55%
BLUE value IS 99 (39.06% from 255) = 65.13%
R=26.32%
G=8.55%
B=65.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4013990.600.8700.61258.8476.7921.96
Hex28D633C5703D1034d16
Octal50151437412707540311526
Binary1010001101110001111110010101110111101100000011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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