#28146B

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

Shades of Persian Indigo #28146B

Tints of Persian Indigo #28146B

Color information

#28146B (or 0x28146B) is unknown color: approx Persian Indigo. HEX triplet: 28, 14 and 6B. RGB value is (40,20,107). Sum of RGB (Red+Green+Blue) = 40+20+107=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #28146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28146B is #D7EB94. Grayscale: #232323. Windows color (decimal): -14150549 or 7017512. OLE color: 7017512.

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

Color convert

RGB4020107-
CMYK0.630.8100.58
HSL253.79º68.5%24.9%-
HSV(B)253.79º81.31%41.96%-
XYZ3.782.0114.1-
YUV35.9168.13130.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 107 (42.19% from 255) = 64.07%
R=23.95%
G=11.98%
B=64.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40201070.630.8100.58253.7968.524.9
Hex28146B3F5103Afe4519
Octal50241537712107237610531
Binary1010001010011010111111111010001011101011111110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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