Html Css Color HEX #2D29AC Persian Blue

📋 copy color: '#2D29AC'

red 45 ◦ green 41 ◦ blue 172

#2D29AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2D29AC

Tints of Persian Blue #2D29AC

RGB

 RED value IS 45 (17.97% from 255) = 17.44%

 GREEN value IS 41 (16.41% from 255) = 15.89%

 BLUE value IS 172 (67.58% from 255) = 66.67%

R = 17.44%
G = 15.89%
B = 66.67%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2D29AC (or 0x2D29AC) is known color: Persian Blue. HEX triplet: 2D, 29 and AC. RGB value is (45,41,172). Sum of RGB (Red+Green+Blue) = 45+41+172=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D29AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D29AC is #D2D653. Grayscale: #383838. Windows color (decimal): -13817428 or 11282733. OLE color: 11282733.

HSL color Cylindrical-coordinate representation of color #2D29AC: hue angle of 241.83º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D29AC is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 41 172 -
CMYK 0.74 0.76 0 0.33
HSL 241.83º 0.62% 0.42% -
HSV(B) 241.83º 0.76% 0.67% -
XYZ 9.32 5.12 39.53 -
YUV 57.13 192.83 119.35 -
System Red Green Blue C M Y K H S L
Decimal 45 41 172 0.74 0.76 0 0.33 241.83 0.62 0.42
Hex 2D 29 AC 4A 4C 0 21 F2 3E 2A
Octal 55 51 254 112 114 0 41 362 76 52
Binary 101101 101001 10101100 1001010 1001100 0 100001 11110010 111110 101010

Color Harmonies of #2D29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D29AC

Black with #2D29AC

Text Example


Text Example

White with #2D29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D29AC;
 }
 .AnyTagClassName
 {
   color: #2D29AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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