Html Css Color HEX #2941AB Persian Blue

📋 copy color: '#2941AB'

red 41 ◦ green 65 ◦ blue 171

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

Shades of Persian Blue #2941AB

Tints of Persian Blue #2941AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.73%

R = 14.8%
G = 23.47%
B = 61.73%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2941AB (or 0x2941AB) is known color: Persian Blue. HEX triplet: 29, 41 and AB. RGB value is (41,65,171). Sum of RGB (Red+Green+Blue) = 41+65+171=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #2941AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2941AB is #D6BE54. Grayscale: #454545. Windows color (decimal): -14073429 or 11223337. OLE color: 11223337.

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

Color convert

RGB 41 65 171 -
CMYK 0.76 0.62 0 0.33
HSL 228.92º 0.61% 0.42% -
HSV(B) 228.92º 0.76% 0.67% -
XYZ 10.16 7.19 39.38 -
YUV 69.91 185.05 107.38 -
System Red Green Blue C M Y K H S L
Decimal 41 65 171 0.76 0.62 0 0.33 228.92 0.61 0.42
Hex 29 41 AB 4C 3E 0 21 E5 3D 2A
Octal 51 101 253 114 76 0 41 345 75 52
Binary 101001 1000001 10101011 1001100 111110 0 100001 11100101 111101 101010

Color Harmonies of #2941AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2941AB

Black with #2941AB

Text Example


Text Example

White with #2941AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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