Html Css Color HEX #2931AD Persian Blue

📋 copy color: '#2931AD'

red 41 ◦ green 49 ◦ blue 173

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

Shades of Persian Blue #2931AD

Tints of Persian Blue #2931AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.63%

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

R = 15.59%
G = 18.63%
B = 65.78%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2931AD (or 0x2931AD) is known color: Persian Blue. HEX triplet: 29, 31 and AD. RGB value is (41,49,173). Sum of RGB (Red+Green+Blue) = 41+49+173=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #2931AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2931AD is #D6CE52. Grayscale: #3C3C3C. Windows color (decimal): -14077523 or 11350313. OLE color: 11350313.

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

Color convert

RGB 41 49 173 -
CMYK 0.76 0.72 0 0.32
HSL 236.36º 0.62% 0.42% -
HSV(B) 236.36º 0.76% 0.68% -
XYZ 9.56 5.69 40.13 -
YUV 60.74 191.35 113.92 -
System Red Green Blue C M Y K H S L
Decimal 41 49 173 0.76 0.72 0 0.32 236.36 0.62 0.42
Hex 29 31 AD 4C 48 0 20 EC 3E 2A
Octal 51 61 255 114 110 0 40 354 76 52
Binary 101001 110001 10101101 1001100 1001000 0 100000 11101100 111110 101010

Color Harmonies of #2931AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2931AD

Black with #2931AD

Text Example


Text Example

White with #2931AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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