Html Css Color HEX #2C29AA Persian Blue

📋 copy color: '#2C29AA'

red 44 ◦ green 41 ◦ blue 170

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

Shades of Persian Blue #2C29AA

Tints of Persian Blue #2C29AA

RGB

 RED value IS 44 (17.58% from 255) = 17.25%

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

 BLUE value IS 170 (66.8% from 255) = 66.67%

R = 17.25%
G = 16.08%
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

#2C29AA (or 0x2C29AA) is known color: Persian Blue. HEX triplet: 2C, 29 and AA. RGB value is (44,41,170). Sum of RGB (Red+Green+Blue) = 44+41+170=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C29AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C29AA is #D3D655. Grayscale: #383838. Windows color (decimal): -13882966 or 11151660. OLE color: 11151660.

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

Color convert

RGB 44 41 170 -
CMYK 0.74 0.76 0 0.33
HSL 241.4º 0.61% 0.41% -
HSV(B) 241.4º 0.76% 0.67% -
XYZ 9.09 5.02 38.52 -
YUV 56.6 191.99 119.01 -
System Red Green Blue C M Y K H S L
Decimal 44 41 170 0.74 0.76 0 0.33 241.4 0.61 0.41
Hex 2C 29 AA 4A 4C 0 21 F1 3D 29
Octal 54 51 252 112 114 0 41 361 75 51
Binary 101100 101001 10101010 1001010 1001100 0 100001 11110001 111101 101001

Color Harmonies of #2C29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C29AA

Black with #2C29AA

Text Example


Text Example

White with #2C29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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