#28016D

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

Shades of Persian Indigo #28016D

Tints of Persian Indigo #28016D

Color information

#28016D (or 0x28016D) is unknown color: approx Persian Indigo. HEX triplet: 28, 01 and 6D. RGB value is (40,1,109). Sum of RGB (Red+Green+Blue) = 40+1+109=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #28016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28016D is #D7FE92. Grayscale: #181818. Windows color (decimal): -14155411 or 7143720. OLE color: 7143720.

HSL color Cylindrical-coordinate representation of color #28016D: hue angle of 261.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28016D is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB401109-
CMYK0.630.9900.57
HSL261.67º98.18%21.57%-
HSV(B)261.67º99.08%42.75%-
XYZ3.651.5814.58-
YUV24.97175.42138.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.67%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 109 (42.97% from 255) = 72.67%
R=26.67%
G=0.67%
B=72.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4011090.630.9900.57261.6798.1821.57
Hex2816D3F630391066216
Octal5011557714307140614226
Binary1010001110110111111111000110111001100000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28016D; }

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

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

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

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

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

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

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

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