#28106B

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

Shades of Persian Indigo #28106B

Tints of Persian Indigo #28106B

Color information

#28106B (or 0x28106B) is unknown color: approx Persian Indigo. HEX triplet: 28, 10 and 6B. RGB value is (40,16,107). Sum of RGB (Red+Green+Blue) = 40+16+107=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #28106B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28106B is #D7EF94. Grayscale: #212121. Windows color (decimal): -14151573 or 7016488. OLE color: 7016488.

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

Color convert

RGB4016107-
CMYK0.630.8500.58
HSL255.82º73.98%24.12%-
HSV(B)255.82º85.05%41.96%-
XYZ3.711.8814.08-
YUV33.55169.45132.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.54%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 107 (42.19% from 255) = 65.64%
R=24.54%
G=9.82%
B=65.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40161070.630.8500.58255.8273.9824.12
Hex28106B3F5503A1004a18
Octal50201537712507240011230
Binary10100010000110101111111110101010111010100000000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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