#28087B

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

Shades of Persian Indigo #28087B

Tints of Persian Indigo #28087B

Color information

#28087B (or 0x28087B) is unknown color: approx Persian Indigo. HEX triplet: 28, 08 and 7B. RGB value is (40,8,123). Sum of RGB (Red+Green+Blue) = 40+8+123=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #28087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28087B is #D7F784. Grayscale: #1E1E1E. Windows color (decimal): -14153605 or 8063016. OLE color: 8063016.

HSL color Cylindrical-coordinate representation of color #28087B: hue angle of 256.7º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28087B is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB408123-
CMYK0.670.9300.52
HSL256.7º87.79%25.69%-
HSV(B)256.7º93.5%48.24%-
XYZ4.542.0518.9-
YUV30.68180.1134.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 123 (48.44% from 255) = 71.93%
R=23.39%
G=4.68%
B=71.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4081230.670.9300.52256.787.7925.69
Hex2887B435D034101581a
Octal501017310313506440113032
Binary10100010001111011100001110111010110100100000001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28087B; }

 p { color: rgb(40,8,123); }

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

<style>
 a { background-color: #28087B; }

 a { background-color: rgb(40,8,123); }

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

<style>
 span { border-color: #28087B; }

 span { border-color: rgb(40,8,123); }

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