#28147B

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

Shades of Persian Indigo #28147B

Tints of Persian Indigo #28147B

Color information

#28147B (or 0x28147B) is unknown color: approx Persian Indigo. HEX triplet: 28, 14 and 7B. RGB value is (40,20,123). Sum of RGB (Red+Green+Blue) = 40+20+123=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #28147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28147B is #D7EB84. Grayscale: #252525. Windows color (decimal): -14150533 or 8066088. OLE color: 8066088.

HSL color Cylindrical-coordinate representation of color #28147B: hue angle of 251.65º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28147B is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4020123-
CMYK0.670.8400.52
HSL251.65º72.03%28.04%-
HSV(B)251.65º83.74%48.24%-
XYZ4.72.3818.95-
YUV37.72176.13129.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 123 (48.44% from 255) = 67.21%
R=21.86%
G=10.93%
B=67.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40201230.670.8400.52251.6572.0328.04
Hex28147B4354034fc481c
Octal502417310312406437411034
Binary10100010100111101110000111010100011010011111100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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