#2827BA

Color #2827BA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2827BA

Tints of Persian Blue #2827BA

Color information

#2827BA (or 0x2827BA) is unknown color: approx Persian Blue. HEX triplet: 28, 27 and BA. RGB value is (40,39,186). Sum of RGB (Red+Green+Blue) = 40+39+186=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #2827BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2827BA is #D7D845. Grayscale: #373737. Windows color (decimal): -14145606 or 12199720. OLE color: 12199720.

HSL color Cylindrical-coordinate representation of color #2827BA: hue angle of 240.41º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2827BA is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4039186-
CMYK0.780.7900.27
HSL240.41º65.33%44.12%-
HSV(B)240.41º79.03%72.94%-
XYZ10.465.4546.95-
YUV56.06201.33116.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 186 (73.05% from 255) = 70.19%
R=15.09%
G=14.72%
B=70.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40391860.780.7900.27240.4165.3344.12
Hex2827BA4E4F01Bf0412c
Octal504727211611703336010154
Binary1010001001111011101010011101001111011011111100001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2827BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2827BA; }

 p { color: rgb(40,39,186); }

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

<style>
 a { background-color: #2827BA; }

 a { background-color: rgb(40,39,186); }

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

<style>
 span { border-color: #2827BA; }

 span { border-color: rgb(40,39,186); }

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