#28097D

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

Shades of Persian Indigo #28097D

Tints of Persian Indigo #28097D

Color information

#28097D (or 0x28097D) is unknown color: approx Persian Indigo. HEX triplet: 28, 09 and 7D. RGB value is (40,9,125). Sum of RGB (Red+Green+Blue) = 40+9+125=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #28097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28097D is #D7F682. Grayscale: #1F1F1F. Windows color (decimal): -14153347 or 8194344. OLE color: 8194344.

HSL color Cylindrical-coordinate representation of color #28097D: hue angle of 256.03º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28097D is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB409125-
CMYK0.680.9300.51
HSL256.03º86.57%26.27%-
HSV(B)256.03º92.8%49.02%-
XYZ4.672.1319.57-
YUV31.49180.77134.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 125 (49.22% from 255) = 71.84%
R=22.99%
G=5.17%
B=71.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4091250.680.9300.51256.0386.5726.27
Hex2897D445D033100571a
Octal501117510413506340012732
Binary10100010011111101100010010111010110011100000000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28097D; }

 p { color: rgb(40,9,125); }

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

<style>
 a { background-color: #28097D; }

 a { background-color: rgb(40,9,125); }

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

<style>
 span { border-color: #28097D; }

 span { border-color: rgb(40,9,125); }

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