Html Css Color HEX #2931DD Persian Blue

📋 copy color: '#2931DD'

red 41 ◦ green 49 ◦ blue 221

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

Shades of Persian Blue #2931DD

Tints of Persian Blue #2931DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.06%

R = 13.18%
G = 15.76%
B = 71.06%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2931DD (or 0x2931DD) is known color: Persian Blue. HEX triplet: 29, 31 and DD. RGB value is (41,49,221). Sum of RGB (Red+Green+Blue) = 41+49+221=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #2931DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2931DD is #D6CE22. Grayscale: #414141. Windows color (decimal): -14077475 or 14496041. OLE color: 14496041.

HSL color Cylindrical-coordinate representation of color #2931DD: hue angle of 237.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2931DD is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 49 221 -
CMYK 0.81 0.78 0 0.13
HSL 237.33º 0.73% 0.51% -
HSV(B) 237.33º 0.81% 0.87% -
XYZ 15.06 7.89 69.14 -
YUV 66.22 215.35 110.01 -
System Red Green Blue C M Y K H S L
Decimal 41 49 221 0.81 0.78 0 0.13 237.33 0.73 0.51
Hex 29 31 DD 51 4E 0 D ED 49 33
Octal 51 61 335 121 116 0 15 355 111 63
Binary 101001 110001 11011101 1010001 1001110 0 1101 11101101 1001001 110011

Color Harmonies of #2931DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2931DD

Black with #2931DD

Text Example


Text Example

White with #2931DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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