#2827DB

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

Shades of Persian Blue #2827DB

Tints of Persian Blue #2827DB

Color information

#2827DB (or 0x2827DB) is unknown color: approx Persian Blue. HEX triplet: 28, 27 and DB. RGB value is (40,39,219). Sum of RGB (Red+Green+Blue) = 40+39+219=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #2827DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2827DB is #D7D824. Grayscale: #3B3B3B. Windows color (decimal): -14145573 or 14362408. OLE color: 14362408.

HSL color Cylindrical-coordinate representation of color #2827DB: hue angle of 240.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2827DB is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4039219-
CMYK0.820.8200.14
HSL240.33º71.43%50.59%-
HSV(B)240.33º82.19%85.88%-
XYZ14.397.0267.61-
YUV59.82217.83113.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.42%
GREEN value IS 39 (15.62% from 255) = 13.09%
BLUE value IS 219 (85.94% from 255) = 73.49%
R=13.42%
G=13.09%
B=73.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal40392190.820.8200.14240.3371.4350.59
Hex2827DB52520Ef04733
Octal504733312212201636010763
Binary101000100111110110111010010101001001110111100001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2827DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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