Html Css Color HEX #2941AF Persian Blue

📋 copy color: '#2941AF'

red 41 ◦ green 65 ◦ blue 175

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

Shades of Persian Blue #2941AF

Tints of Persian Blue #2941AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.28%

R = 14.59%
G = 23.13%
B = 62.28%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2941AF (or 0x2941AF) is known color: Persian Blue. HEX triplet: 29, 41 and AF. RGB value is (41,65,175). Sum of RGB (Red+Green+Blue) = 41+65+175=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #2941AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2941AF is #D6BE50. Grayscale: #454545. Windows color (decimal): -14073425 or 11485481. OLE color: 11485481.

HSL color Cylindrical-coordinate representation of color #2941AF: hue angle of 229.25º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2941AF is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 65 175 -
CMYK 0.77 0.63 0 0.31
HSL 229.25º 0.62% 0.42% -
HSV(B) 229.25º 0.77% 0.69% -
XYZ 10.54 7.35 41.42 -
YUV 70.36 187.05 107.06 -
System Red Green Blue C M Y K H S L
Decimal 41 65 175 0.77 0.63 0 0.31 229.25 0.62 0.42
Hex 29 41 AF 4D 3F 0 1F E5 3E 2A
Octal 51 101 257 115 77 0 37 345 76 52
Binary 101001 1000001 10101111 1001101 111111 0 11111 11100101 111110 101010

Color Harmonies of #2941AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2941AF

Black with #2941AF

Text Example


Text Example

White with #2941AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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