Html Css Color HEX #2C29AD Persian Blue

📋 copy color: '#2C29AD'

red 44 ◦ green 41 ◦ blue 173

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

Shades of Persian Blue #2C29AD

Tints of Persian Blue #2C29AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 67.05%

R = 17.05%
G = 15.89%
B = 67.05%

CMYK

 C value IS 0.75

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2C29AD (or 0x2C29AD) is known color: Persian Blue. HEX triplet: 2C, 29 and AD. RGB value is (44,41,173). Sum of RGB (Red+Green+Blue) = 44+41+173=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C29AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C29AD is #D3D652. Grayscale: #383838. Windows color (decimal): -13882963 or 11348268. OLE color: 11348268.

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

Color convert

RGB 44 41 173 -
CMYK 0.75 0.76 0 0.32
HSL 241.36º 0.62% 0.42% -
HSV(B) 241.36º 0.76% 0.68% -
XYZ 9.37 5.14 40.03 -
YUV 56.95 193.49 118.77 -
System Red Green Blue C M Y K H S L
Decimal 44 41 173 0.75 0.76 0 0.32 241.36 0.62 0.42
Hex 2C 29 AD 4B 4C 0 20 F1 3E 2A
Octal 54 51 255 113 114 0 40 361 76 52
Binary 101100 101001 10101101 1001011 1001100 0 100000 11110001 111110 101010

Color Harmonies of #2C29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C29AD

Black with #2C29AD

Text Example


Text Example

White with #2C29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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