Html Css Color HEX #3129DB Persian Blue

📋 copy color: '#3129DB'

red 49 ◦ green 41 ◦ blue 219

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

Shades of Persian Blue #3129DB

Tints of Persian Blue #3129DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 70.87%

R = 15.86%
G = 13.27%
B = 70.87%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3129DB (or 0x3129DB) is known color: Persian Blue. HEX triplet: 31, 29 and DB. RGB value is (49,41,219). Sum of RGB (Red+Green+Blue) = 49+41+219=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #3129DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3129DB is #CED624. Grayscale: #3E3E3E. Windows color (decimal): -13555237 or 14362929. OLE color: 14362929.

HSL color Cylindrical-coordinate representation of color #3129DB: hue angle of 242.7º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3129DB is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 41 219 -
CMYK 0.78 0.81 0 0.14
HSL 242.7º 0.71% 0.51% -
HSV(B) 242.7º 0.81% 0.86% -
XYZ 14.85 7.35 67.65 -
YUV 63.68 215.65 117.53 -
System Red Green Blue C M Y K H S L
Decimal 49 41 219 0.78 0.81 0 0.14 242.7 0.71 0.51
Hex 31 29 DB 4E 51 0 E F3 47 33
Octal 61 51 333 116 121 0 16 363 107 63
Binary 110001 101001 11011011 1001110 1010001 0 1110 11110011 1000111 110011

Color Harmonies of #3129DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3129DB

Black with #3129DB

Text Example


Text Example

White with #3129DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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