#280663

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

Shades of Persian Indigo #280663

Tints of Persian Indigo #280663

Color information

#280663 (or 0x280663) is unknown color: approx Persian Indigo. HEX triplet: 28, 06 and 63. RGB value is (40,6,99). Sum of RGB (Red+Green+Blue) = 40+6+99=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #280663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280663 is #D7F99C. Grayscale: #1A1A1A. Windows color (decimal): -14154141 or 6489640. OLE color: 6489640.

HSL color Cylindrical-coordinate representation of color #280663: hue angle of 261.94º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280663 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB40699-
CMYK0.600.9400.61
HSL261.94º88.57%20.59%-
HSV(B)261.94º93.94%38.82%-
XYZ3.191.4811.92-
YUV26.77168.76137.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.59%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 99 (39.06% from 255) = 68.28%
R=27.59%
G=4.14%
B=68.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal406990.600.9400.61261.9488.5720.59
Hex286633C5E03D1065915
Octal5061437413607540613125
Binary101000110110001111110010111100111101100000110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280663; }

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

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

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

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

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

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

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

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