#28107C

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

Shades of Persian Indigo #28107C

Tints of Persian Indigo #28107C

Color information

#28107C (or 0x28107C) is unknown color: approx Persian Indigo. HEX triplet: 28, 10 and 7C. RGB value is (40,16,124). Sum of RGB (Red+Green+Blue) = 40+16+124=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #28107C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28107C is #D7EF83. Grayscale: #232323. Windows color (decimal): -14151556 or 8130600. OLE color: 8130600.

HSL color Cylindrical-coordinate representation of color #28107C: hue angle of 253.33º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28107C is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4016124-
CMYK0.680.8700.51
HSL253.33º77.14%27.45%-
HSV(B)253.33º87.1%48.63%-
XYZ4.72.2819.26-
YUV35.49177.95131.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.22%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 124 (48.83% from 255) = 68.89%
R=22.22%
G=8.89%
B=68.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40161240.680.8700.51253.3377.1427.45
Hex28107C4457033fd4d1b
Octal502017410412706337511533
Binary10100010000111110010001001010111011001111111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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