#2828C9

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

Shades of Persian Blue #2828C9

Tints of Persian Blue #2828C9

Color information

#2828C9 (or 0x2828C9) is unknown color: approx Persian Blue. HEX triplet: 28, 28 and C9. RGB value is (40,40,201). Sum of RGB (Red+Green+Blue) = 40+40+201=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 201 (78.91% from 255 or 71.53% from 281); Max value from RGB is 201 - color contains mainly: blue. Hex color #2828C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2828C9 is #D7D736. Grayscale: #393939. Windows color (decimal): -14145335 or 13183016. OLE color: 13183016.

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

Color convert

RGB4040201-
CMYK0.800.8000.21
HSL240º66.8%47.25%-
HSV(B)240º80.1%78.82%-
XYZ12.186.1955.81-
YUV58.35208.5114.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.23%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 201 (78.91% from 255) = 71.53%
R=14.23%
G=14.23%
B=71.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal40402010.800.8000.2124066.847.25
Hex2828C95050015f0432f
Octal505031112012002536010357
Binary1010001010001100100110100001010000010101111100001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2828C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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