#28056A

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

Shades of Persian Indigo #28056A

Tints of Persian Indigo #28056A

Color information

#28056A (or 0x28056A) is unknown color: approx Persian Indigo. HEX triplet: 28, 05 and 6A. RGB value is (40,5,106). Sum of RGB (Red+Green+Blue) = 40+5+106=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 106 (41.80% from 255 or 70.20% from 151); Max value from RGB is 106 - color contains mainly: blue. Hex color #28056A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28056A is #D7FA95. Grayscale: #1A1A1A. Windows color (decimal): -14154390 or 6948136. OLE color: 6948136.

HSL color Cylindrical-coordinate representation of color #28056A: hue angle of 260.79º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28056A is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB405106-
CMYK0.620.9500.58
HSL260.79º90.99%21.76%-
HSV(B)260.79º95.28%41.57%-
XYZ3.531.613.76-
YUV26.98172.6137.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.49%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 106 (41.80% from 255) = 70.20%
R=26.49%
G=3.31%
B=70.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4051060.620.9500.58260.7990.9921.76
Hex2856A3E5F03A1055b16
Octal5051527613707240513326
Binary101000101110101011111010111110111010100000101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28056A; }

 p { color: rgb(40,5,106); }

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

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

 a { background-color: rgb(40,5,106); }

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

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

 span { border-color: rgb(40,5,106); }

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