#28057A

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

Shades of Persian Indigo #28057A

Tints of Persian Indigo #28057A

Color information

#28057A (or 0x28057A) is unknown color: approx Persian Indigo. HEX triplet: 28, 05 and 7A. RGB value is (40,5,122). Sum of RGB (Red+Green+Blue) = 40+5+122=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 122 (48.05% from 255 or 73.05% from 167); Max value from RGB is 122 - color contains mainly: blue. Hex color #28057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28057A is #D7FA85. Grayscale: #1C1C1C. Windows color (decimal): -14154374 or 7996712. OLE color: 7996712.

HSL color Cylindrical-coordinate representation of color #28057A: hue angle of 257.95º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28057A is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB405122-
CMYK0.670.9600.52
HSL257.95º92.13%24.9%-
HSV(B)257.95º95.9%47.84%-
XYZ4.441.9618.56-
YUV28.8180.6135.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 122 (48.05% from 255) = 73.05%
R=23.95%
G=2.99%
B=73.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4051220.670.9600.52257.9592.1324.9
Hex2857A43600341025c19
Octal50517210314006440213431
Binary1010001011111010100001111000000110100100000010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,5,122); }

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

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

 a { background-color: rgb(40,5,122); }

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

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

 span { border-color: rgb(40,5,122); }

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