#28158A

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

Shades of Persian Indigo #28158A

Tints of Persian Indigo #28158A

Color information

#28158A (or 0x28158A) is unknown color: approx Persian Indigo. HEX triplet: 28, 15 and 8A. RGB value is (40,21,138). Sum of RGB (Red+Green+Blue) = 40+21+138=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 138 (54.30% from 255 or 69.35% from 199); Max value from RGB is 138 - color contains mainly: blue. Hex color #28158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28158A is #D7EA75. Grayscale: #272727. Windows color (decimal): -14150262 or 9049384. OLE color: 9049384.

HSL color Cylindrical-coordinate representation of color #28158A: hue angle of 249.74º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28158A is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4021138-
CMYK0.710.8500.46
HSL249.74º73.58%31.18%-
HSV(B)249.74º84.78%54.12%-
XYZ5.732.8224.29-
YUV40.02183.29127.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.10%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 138 (54.30% from 255) = 69.35%
R=20.10%
G=10.55%
B=69.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40211380.710.8500.46249.7473.5831.18
Hex28158A475502Efa4a1f
Octal502521210712505637211237
Binary101000101011000101010001111010101010111011111010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28158A; }

 p { color: rgb(40,21,138); }

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

<style>
 a { background-color: #28158A; }

 a { background-color: rgb(40,21,138); }

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

<style>
 span { border-color: #28158A; }

 span { border-color: rgb(40,21,138); }

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