Html Css Color HEX #2941AD Persian Blue

📋 copy color: '#2941AD'

red 41 ◦ green 65 ◦ blue 173

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

Shades of Persian Blue #2941AD

Tints of Persian Blue #2941AD

RGB

 RED value IS 41 (16.41% from 255) = 14.7%

 GREEN value IS 65 (25.78% from 255) = 23.3%

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

R = 14.7%
G = 23.3%
B = 62.01%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2941AD (or 0x2941AD) is known color: Persian Blue. HEX triplet: 29, 41 and AD. RGB value is (41,65,173). Sum of RGB (Red+Green+Blue) = 41+65+173=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #2941AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2941AD is #D6BE52. Grayscale: #454545. Windows color (decimal): -14073427 or 11354409. OLE color: 11354409.

HSL color Cylindrical-coordinate representation of color #2941AD: hue angle of 229.09º 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 #2941AD is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 65 173 -
CMYK 0.76 0.62 0 0.32
HSL 229.09º 0.62% 0.42% -
HSV(B) 229.09º 0.76% 0.68% -
XYZ 10.35 7.27 40.39 -
YUV 70.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 41 65 173 0.76 0.62 0 0.32 229.09 0.62 0.42
Hex 29 41 AD 4C 3E 0 20 E5 3E 2A
Octal 51 101 255 114 76 0 40 345 76 52
Binary 101001 1000001 10101101 1001100 111110 0 100000 11100101 111110 101010

Color Harmonies of #2941AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2941AD

Black with #2941AD

Text Example


Text Example

White with #2941AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2941AD; }

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

 H1.HeaderClassName
 {
   color: #2941AD;
 }
 .AnyTagClassName
 {
   color: #2941AD;
 }
</style>

background-color css

<style>
 a { background-color: #2941AD; }

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

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

border-color css

<style>
 span { border-color: #2941AD; }

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

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