#28056C

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

Shades of Persian Indigo #28056C

Tints of Persian Indigo #28056C

Color information

#28056C (or 0x28056C) is unknown color: approx Persian Indigo. HEX triplet: 28, 05 and 6C. RGB value is (40,5,108). Sum of RGB (Red+Green+Blue) = 40+5+108=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #28056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28056C is #D7FA93. Grayscale: #1A1A1A. Windows color (decimal): -14154388 or 7079208. OLE color: 7079208.

HSL color Cylindrical-coordinate representation of color #28056C: hue angle of 260.39º 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 #28056C is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB405108-
CMYK0.630.9500.58
HSL260.39º91.15%22.16%-
HSV(B)260.39º95.37%42.35%-
XYZ3.641.6414.31-
YUV27.21173.6137.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 108 (42.58% from 255) = 70.59%
R=26.14%
G=3.27%
B=70.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4051080.630.9500.58260.3991.1522.16
Hex2856C3F5F03A1045b16
Octal5051547713707240413326
Binary101000101110110011111110111110111010100000100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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