#28067C

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

Shades of Persian Indigo #28067C

Tints of Persian Indigo #28067C

Color information

#28067C (or 0x28067C) is unknown color: approx Persian Indigo. HEX triplet: 28, 06 and 7C. RGB value is (40,6,124). Sum of RGB (Red+Green+Blue) = 40+6+124=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 124 (48.83% from 255 or 72.94% from 170); Max value from RGB is 124 - color contains mainly: blue. Hex color #28067C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28067C is #D7F983. Grayscale: #1D1D1D. Windows color (decimal): -14154116 or 8128040. OLE color: 8128040.

HSL color Cylindrical-coordinate representation of color #28067C: hue angle of 257.29º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28067C is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB406124-
CMYK0.680.9500.51
HSL257.29º90.77%25.49%-
HSV(B)257.29º95.16%48.63%-
XYZ4.582.0419.22-
YUV29.62181.26135.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 124 (48.83% from 255) = 72.94%
R=23.53%
G=3.53%
B=72.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4061240.680.9500.51257.2990.7725.49
Hex2867C445F0331015b19
Octal50617410413706340113331
Binary1010001101111100100010010111110110011100000001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,6,124); }

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

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

 a { background-color: rgb(40,6,124); }

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

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

 span { border-color: rgb(40,6,124); }

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