#2928c6

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

Shades of Persian Blue #2928C6

Tints of Persian Blue #2928C6

Color information

#2928C6 (or 0x2928C6) is unknown color: approx Persian Blue. HEX triplet: 29, 28 and C6. RGB value is (41,40,198). Sum of RGB (Red+Green+Blue) = 41+40+198=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 198 (77.73% from 255 or 70.97% from 279); Max value from RGB is 198 - color contains mainly: blue. Hex color #2928C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2928C6 is #D6D739. Grayscale: #393939. Windows color (decimal): -14079802 or 12986409. OLE color: 12986409.

HSL color Cylindrical-coordinate representation of color #2928C6: hue angle of 240.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2928C6 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4140198-
CMYK0.790.8000.22
HSL240.38º66.39%46.67%-
HSV(B)240.38º79.8%77.65%-
XYZ11.876.0753.97-
YUV58.31206.83115.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 198 (77.73% from 255) = 70.97%
R=14.70%
G=14.34%
B=70.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal41401980.790.8000.22240.3866.3946.67
Hex2928C64F50016f0422f
Octal515030611712002636010257
Binary1010011010001100011010011111010000010110111100001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2928c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2928c6; }

 p { color: rgb(41,40,198); }

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

<style>
 a { background-color: #2928c6; }

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

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

<style>
 span { border-color: #2928c6; }

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

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