#28046D

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

Shades of Persian Indigo #28046D

Tints of Persian Indigo #28046D

Color information

#28046D (or 0x28046D) is unknown color: approx Persian Indigo. HEX triplet: 28, 04 and 6D. RGB value is (40,4,109). Sum of RGB (Red+Green+Blue) = 40+4+109=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #28046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28046D is #D7FB92. Grayscale: #1A1A1A. Windows color (decimal): -14154643 or 7144488. OLE color: 7144488.

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

Color convert

RGB404109-
CMYK0.630.9600.57
HSL260.57º92.92%22.16%-
HSV(B)260.57º96.33%42.75%-
XYZ3.681.6414.59-
YUV26.73174.43137.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 109 (42.97% from 255) = 71.24%
R=26.14%
G=2.61%
B=71.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4041090.630.9600.57260.5792.9222.16
Hex2846D3F600391055d16
Octal5041557714007140513526
Binary101000100110110111111111000000111001100000101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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