#28066F

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

Shades of Persian Indigo #28066F

Tints of Persian Indigo #28066F

Color information

#28066F (or 0x28066F) is unknown color: approx Persian Indigo. HEX triplet: 28, 06 and 6F. RGB value is (40,6,111). Sum of RGB (Red+Green+Blue) = 40+6+111=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 111 (43.75% from 255 or 70.70% from 157); Max value from RGB is 111 - color contains mainly: blue. Hex color #28066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28066F is #D7F990. Grayscale: #1B1B1B. Windows color (decimal): -14154129 or 7276072. OLE color: 7276072.

HSL color Cylindrical-coordinate representation of color #28066F: hue angle of 259.43º degrees, saturation: 0.9, 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 #28066F is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB406111-
CMYK0.640.9500.56
HSL259.43º89.74%22.94%-
HSV(B)259.43º94.59%43.53%-
XYZ3.811.7315.17-
YUV28.14174.76136.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 111 (43.75% from 255) = 70.70%
R=25.48%
G=3.82%
B=70.70%

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
Decimal4061110.640.9500.56259.4389.7422.94
Hex2866F405F0381035a17
Octal50615710013707040313227
Binary1010001101101111100000010111110111000100000011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28066F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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