#28028A

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

Shades of Persian Indigo #28028A

Tints of Persian Indigo #28028A

Color information

#28028A (or 0x28028A) is unknown color: approx Persian Indigo. HEX triplet: 28, 02 and 8A. RGB value is (40,2,138). Sum of RGB (Red+Green+Blue) = 40+2+138=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 138 (54.30% from 255 or 76.67% from 180); Max value from RGB is 138 - color contains mainly: blue. Hex color #28028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28028A is #D7FD75. Grayscale: #1C1C1C. Windows color (decimal): -14155126 or 9044520. OLE color: 9044520.

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

Color convert

RGB402138-
CMYK0.710.9900.46
HSL256.76º97.14%27.45%-
HSV(B)256.76º98.55%54.12%-
XYZ5.482.3324.21-
YUV28.87189.59135.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.22%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 138 (54.30% from 255) = 76.67%
R=22.22%
G=1.11%
B=76.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4021380.710.9900.46256.7697.1427.45
Hex2828A476302E101611b
Octal50221210714305640114133
Binary1010001010001010100011111000110101110100000001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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