#28066B

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

Shades of Persian Indigo #28066B

Tints of Persian Indigo #28066B

Color information

#28066B (or 0x28066B) is unknown color: approx Persian Indigo. HEX triplet: 28, 06 and 6B. RGB value is (40,6,107). Sum of RGB (Red+Green+Blue) = 40+6+107=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 107 (42.19% from 255 or 69.93% from 153); Max value from RGB is 107 - color contains mainly: blue. Hex color #28066B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28066B is #D7F994. Grayscale: #1B1B1B. Windows color (decimal): -14154133 or 7013928. OLE color: 7013928.

HSL color Cylindrical-coordinate representation of color #28066B: hue angle of 260.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28066B is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB406107-
CMYK0.630.9400.58
HSL260.2º89.38%22.16%-
HSV(B)260.2º94.39%41.96%-
XYZ3.591.6414.04-
YUV27.68172.76136.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 107 (42.19% from 255) = 69.93%
R=26.14%
G=3.92%
B=69.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4061070.630.9400.58260.289.3822.16
Hex2866B3F5E03A1045916
Octal5061537713607240413126
Binary101000110110101111111110111100111010100000100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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