#28006F

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

Shades of Persian Indigo #28006F

Tints of Persian Indigo #28006F

Color information

#28006F (or 0x28006F) is unknown color: approx Persian Indigo. HEX triplet: 28, 00 and 6F. RGB value is (40,0,111). Sum of RGB (Red+Green+Blue) = 40+0+111=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 111 (43.75% from 255 or 73.51% from 151); Max value from RGB is 111 - color contains mainly: blue. Hex color #28006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28006F is #D7FF90. Grayscale: #181818. Windows color (decimal): -14155665 or 7274536. OLE color: 7274536.

HSL color Cylindrical-coordinate representation of color #28006F: hue angle of 261.62º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28006F is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB400111-
CMYK0.64100.56
HSL261.62º100%21.76%-
HSV(B)261.62º100%43.53%-
XYZ3.741.615.15-
YUV24.61176.75138.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 73.51%
R=26.49%
G=0%
B=73.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4001110.64100.56261.6210021.76
Hex2806F40640381066416
Octal50015710014407040614426
Binary10100001101111100000011001000111000100000110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28006F; }

 p { color: rgb(40,0,111); }

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

<style>
 a { background-color: #28006F; }

 a { background-color: rgb(40,0,111); }

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

<style>
 span { border-color: #28006F; }

 span { border-color: rgb(40,0,111); }

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