#28037F

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

Shades of Persian Indigo #28037F

Tints of Persian Indigo #28037F

Color information

#28037F (or 0x28037F) is unknown color: approx Persian Indigo. HEX triplet: 28, 03 and 7F. RGB value is (40,3,127). Sum of RGB (Red+Green+Blue) = 40+3+127=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #28037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28037F is #D7FC80. Grayscale: #1B1B1B. Windows color (decimal): -14154881 or 8323880. OLE color: 8323880.

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

Color convert

RGB403127-
CMYK0.690.9800.50
HSL257.9º95.38%25.49%-
HSV(B)257.9º97.64%49.8%-
XYZ4.742.0520.22-
YUV28.2183.76136.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 127 (50% from 255) = 74.71%
R=23.53%
G=1.76%
B=74.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4031270.690.9800.50257.995.3825.49
Hex2837F45620321025f19
Octal50317710514206240213731
Binary101000111111111100010111000100110010100000010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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