#280163

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

Shades of Persian Indigo #280163

Tints of Persian Indigo #280163

Color information

#280163 (or 0x280163) is unknown color: approx Persian Indigo. HEX triplet: 28, 01 and 63. RGB value is (40,1,99). Sum of RGB (Red+Green+Blue) = 40+1+99=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 99 (39.06% from 255 or 70.71% from 140); Max value from RGB is 99 - color contains mainly: blue. Hex color #280163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280163 is #D7FE9C. Grayscale: #171717. Windows color (decimal): -14155421 or 6488360. OLE color: 6488360.

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

Color convert

RGB40199-
CMYK0.600.9900.61
HSL263.88º98%19.61%-
HSV(B)263.88º98.99%38.82%-
XYZ3.141.3711.9-
YUV23.83170.42139.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.57%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 99 (39.06% from 255) = 70.71%
R=28.57%
G=0.71%
B=70.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal401990.600.9900.61263.889819.61
Hex281633C6303D1086214
Octal5011437414307541014224
Binary1010001110001111110011000110111101100001000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280163; }

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

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

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

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

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

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

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

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