#28056F

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

Shades of Persian Indigo #28056F

Tints of Persian Indigo #28056F

Color information

#28056F (or 0x28056F) is unknown color: approx Persian Indigo. HEX triplet: 28, 05 and 6F. RGB value is (40,5,111). Sum of RGB (Red+Green+Blue) = 40+5+111=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 111 (43.75% from 255 or 71.15% from 156); Max value from RGB is 111 - color contains mainly: blue. Hex color #28056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28056F is #D7FA90. Grayscale: #1B1B1B. Windows color (decimal): -14154385 or 7275816. OLE color: 7275816.

HSL color Cylindrical-coordinate representation of color #28056F: hue angle of 259.81º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28056F is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB405111-
CMYK0.640.9500.56
HSL259.81º91.38%22.75%-
HSV(B)259.81º95.5%43.53%-
XYZ3.81.7115.17-
YUV27.55175.1136.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.64%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 111 (43.75% from 255) = 71.15%
R=25.64%
G=3.21%
B=71.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4051110.640.9500.56259.8191.3822.75
Hex2856F405F0381045b17
Octal50515710013707040413327
Binary1010001011101111100000010111110111000100000100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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