#2C29DA

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

Shades of Persian Blue #2C29DA

Tints of Persian Blue #2C29DA

Color information

#2C29DA (or 0x2C29DA) is unknown color: approx Persian Blue. HEX triplet: 2C, 29 and DA. RGB value is (44,41,218). Sum of RGB (Red+Green+Blue) = 44+41+218=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C29DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C29DA is #D3D625. Grayscale: #3D3D3D. Windows color (decimal): -13882918 or 14297388. OLE color: 14297388.

HSL color Cylindrical-coordinate representation of color #2C29DA: hue angle of 241.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C29DA is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4441218-
CMYK0.800.8100.15
HSL241.02º70.52%50.78%-
HSV(B)241.02º81.19%85.49%-
XYZ14.497.1866.95-
YUV62.08215.99115.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.52%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 218 (85.55% from 255) = 71.95%
R=14.52%
G=13.53%
B=71.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal44412180.800.8100.15241.0270.5250.78
Hex2C29DA50510Ff14733
Octal545133212012101736110763
Binary101100101001110110101010000101000101111111100011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C29DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C29DA; }

 p { color: rgb(44,41,218); }

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

<style>
 a { background-color: #2C29DA; }

 a { background-color: rgb(44,41,218); }

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

<style>
 span { border-color: #2C29DA; }

 span { border-color: rgb(44,41,218); }

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