#28078C

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

Shades of Persian Indigo #28078C

Tints of Persian Indigo #28078C

Color information

#28078C (or 0x28078C) is unknown color: approx Persian Indigo. HEX triplet: 28, 07 and 8C. RGB value is (40,7,140). Sum of RGB (Red+Green+Blue) = 40+7+140=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 140 (55.08% from 255 or 74.87% from 187); Max value from RGB is 140 - color contains mainly: blue. Hex color #28078C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28078C is #D7F873. Grayscale: #1F1F1F. Windows color (decimal): -14153844 or 9176872. OLE color: 9176872.

HSL color Cylindrical-coordinate representation of color #28078C: hue angle of 254.89º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28078C is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB407140-
CMYK0.710.9500.45
HSL254.89º90.48%28.82%-
HSV(B)254.89º95%54.9%-
XYZ5.682.524.99-
YUV32.03188.93133.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 140 (55.08% from 255) = 74.87%
R=21.39%
G=3.74%
B=74.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4071400.710.9500.45254.8990.4828.82
Hex2878C475F02Dff5a1d
Octal50721410713705537713235
Binary1010001111000110010001111011111010110111111111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28078C; }

 p { color: rgb(40,7,140); }

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

<style>
 a { background-color: #28078C; }

 a { background-color: rgb(40,7,140); }

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

<style>
 span { border-color: #28078C; }

 span { border-color: rgb(40,7,140); }

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