Html Css Color HEX #3129AB Persian Blue

📋 copy color: '#3129AB'

red 49 ◦ green 41 ◦ blue 171

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

Shades of Persian Blue #3129AB

Tints of Persian Blue #3129AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.52%

R = 18.77%
G = 15.71%
B = 65.52%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3129AB (or 0x3129AB) is known color: Persian Blue. HEX triplet: 31, 29 and AB. RGB value is (49,41,171). Sum of RGB (Red+Green+Blue) = 49+41+171=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #3129AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3129AB is #CED654. Grayscale: #393939. Windows color (decimal): -13555285 or 11217201. OLE color: 11217201.

HSL color Cylindrical-coordinate representation of color #3129AB: hue angle of 243.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3129AB is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 41 171 -
CMYK 0.71 0.76 0 0.33
HSL 243.69º 0.61% 0.42% -
HSV(B) 243.69º 0.76% 0.67% -
XYZ 9.41 5.18 39.03 -
YUV 58.21 191.65 121.43 -
System Red Green Blue C M Y K H S L
Decimal 49 41 171 0.71 0.76 0 0.33 243.69 0.61 0.42
Hex 31 29 AB 47 4C 0 21 F4 3D 2A
Octal 61 51 253 107 114 0 41 364 75 52
Binary 110001 101001 10101011 1000111 1001100 0 100001 11110100 111101 101010

Color Harmonies of #3129AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3129AB

Black with #3129AB

Text Example


Text Example

White with #3129AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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