#2D29C2

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

Shades of Persian Blue #2D29C2

Tints of Persian Blue #2D29C2

Color information

#2D29C2 (or 0x2D29C2) is unknown color: approx Persian Blue. HEX triplet: 2D, 29 and C2. RGB value is (45,41,194). Sum of RGB (Red+Green+Blue) = 45+41+194=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 194 (76.17% from 255 or 69.29% from 280); Max value from RGB is 194 - color contains mainly: blue. Hex color #2D29C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D29C2 is #D2D63D. Grayscale: #3B3B3B. Windows color (decimal): -13817406 or 12724525. OLE color: 12724525.

HSL color Cylindrical-coordinate representation of color #2D29C2: hue angle of 241.57º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D29C2 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4541194-
CMYK0.770.7900.24
HSL241.57º65.11%46.08%-
HSV(B)241.57º78.87%76.08%-
XYZ11.616.0451.59-
YUV59.64203.83117.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.07%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 194 (76.17% from 255) = 69.29%
R=16.07%
G=14.64%
B=69.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45411940.770.7900.24241.5765.1146.08
Hex2D29C24D4F018f2412e
Octal555130211511703036210156
Binary1011011010011100001010011011001111011000111100101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D29C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,41,194); }

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

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

 a { background-color: rgb(45,41,194); }

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

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

 span { border-color: rgb(45,41,194); }

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