#2827C9

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

Shades of Persian Blue #2827C9

Tints of Persian Blue #2827C9

Color information

#2827C9 (or 0x2827C9) is unknown color: approx Persian Blue. HEX triplet: 28, 27 and C9. RGB value is (40,39,201). Sum of RGB (Red+Green+Blue) = 40+39+201=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 201 (78.91% from 255 or 71.79% from 280); Max value from RGB is 201 - color contains mainly: blue. Hex color #2827C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2827C9 is #D7D836. Grayscale: #393939. Windows color (decimal): -14145591 or 13182760. OLE color: 13182760.

HSL color Cylindrical-coordinate representation of color #2827C9: hue angle of 240.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2827C9 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4039201-
CMYK0.800.8100.21
HSL240.37º67.5%47.06%-
HSV(B)240.37º80.6%78.82%-
XYZ12.146.1255.8-
YUV57.77208.83115.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.29%
GREEN value IS 39 (15.62% from 255) = 13.93%
BLUE value IS 201 (78.91% from 255) = 71.79%
R=14.29%
G=13.93%
B=71.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal40392010.800.8100.21240.3767.547.06
Hex2827C95051015f0442f
Octal504731112012102536010457
Binary1010001001111100100110100001010001010101111100001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2827C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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