Html Css Color HEX #3129DD Persian Blue

📋 copy color: '#3129DD'

red 49 ◦ green 41 ◦ blue 221

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

Shades of Persian Blue #3129DD

Tints of Persian Blue #3129DD

RGB

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

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

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

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

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3129DD (or 0x3129DD) is known color: Persian Blue. HEX triplet: 31, 29 and DD. RGB value is (49,41,221). Sum of RGB (Red+Green+Blue) = 49+41+221=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 41 (16.41% from 255 or 13.18% 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 #3129DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3129DD is #CED622. Grayscale: #3F3F3F. Windows color (decimal): -13555235 or 14494001. OLE color: 14494001.

HSL color Cylindrical-coordinate representation of color #3129DD: hue angle of 242.67º 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 #3129DD is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 41 221 -
CMYK 0.78 0.81 0 0.13
HSL 242.67º 0.73% 0.51% -
HSV(B) 242.67º 0.81% 0.87% -
XYZ 15.11 7.46 69.05 -
YUV 63.91 216.65 117.36 -
System Red Green Blue C M Y K H S L
Decimal 49 41 221 0.78 0.81 0 0.13 242.67 0.73 0.51
Hex 31 29 DD 4E 51 0 D F3 49 33
Octal 61 51 335 116 121 0 15 363 111 63
Binary 110001 101001 11011101 1001110 1010001 0 1101 11110011 1001001 110011

Color Harmonies of #3129DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3129DD

Black with #3129DD

Text Example


Text Example

White with #3129DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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