#28036D

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

Shades of Persian Indigo #28036D

Tints of Persian Indigo #28036D

Color information

#28036D (or 0x28036D) is unknown color: approx Persian Indigo. HEX triplet: 28, 03 and 6D. RGB value is (40,3,109). Sum of RGB (Red+Green+Blue) = 40+3+109=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 109 (42.97% from 255 or 71.71% from 152); Max value from RGB is 109 - color contains mainly: blue. Hex color #28036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28036D is #D7FC92. Grayscale: #191919. Windows color (decimal): -14154899 or 7144232. OLE color: 7144232.

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

Color convert

RGB403109-
CMYK0.630.9700.57
HSL260.94º94.64%21.96%-
HSV(B)260.94º97.25%42.75%-
XYZ3.671.6214.59-
YUV26.15174.76137.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.32%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 109 (42.97% from 255) = 71.71%
R=26.32%
G=1.97%
B=71.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4031090.630.9700.57260.9494.6421.96
Hex2836D3F610391055f16
Octal5031557714107140513726
Binary10100011110110111111111000010111001100000101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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