#28047F

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

Shades of Persian Indigo #28047F

Tints of Persian Indigo #28047F

Color information

#28047F (or 0x28047F) is unknown color: approx Persian Indigo. HEX triplet: 28, 04 and 7F. RGB value is (40,4,127). Sum of RGB (Red+Green+Blue) = 40+4+127=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 127 (50% from 255 or 74.27% from 171); Max value from RGB is 127 - color contains mainly: blue. Hex color #28047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28047F is #D7FB80. Grayscale: #1C1C1C. Windows color (decimal): -14154625 or 8324136. OLE color: 8324136.

HSL color Cylindrical-coordinate representation of color #28047F: hue angle of 257.56º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28047F is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB404127-
CMYK0.690.9700.50
HSL257.56º93.89%25.69%-
HSV(B)257.56º96.85%49.8%-
XYZ4.752.0720.23-
YUV28.79183.43136-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 127 (50% from 255) = 74.27%
R=23.39%
G=2.34%
B=74.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4041270.690.9700.50257.5693.8925.69
Hex2847F45610321025e1a
Octal50417710514106240213632
Binary1010001001111111100010111000010110010100000010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28047F; }

 p { color: rgb(40,4,127); }

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

<style>
 a { background-color: #28047F; }

 a { background-color: rgb(40,4,127); }

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

<style>
 span { border-color: #28047F; }

 span { border-color: rgb(40,4,127); }

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