Html Css Color HEX #3129AA Persian Blue

📋 copy color: '#3129AA'

red 49 ◦ green 41 ◦ blue 170

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

Shades of Persian Blue #3129AA

Tints of Persian Blue #3129AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 65.38%

R = 18.85%
G = 15.77%
B = 65.38%

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

#3129AA (or 0x3129AA) is known color: Persian Blue. HEX triplet: 31, 29 and AA. RGB value is (49,41,170). Sum of RGB (Red+Green+Blue) = 49+41+170=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #3129AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3129AA is #CED655. Grayscale: #393939. Windows color (decimal): -13555286 or 11151665. OLE color: 11151665.

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

Color convert

RGB 49 41 170 -
CMYK 0.71 0.76 0 0.33
HSL 243.72º 0.61% 0.41% -
HSV(B) 243.72º 0.76% 0.67% -
XYZ 9.32 5.14 38.53 -
YUV 58.1 191.15 121.51 -
System Red Green Blue C M Y K H S L
Decimal 49 41 170 0.71 0.76 0 0.33 243.72 0.61 0.41
Hex 31 29 AA 47 4C 0 21 F4 3D 29
Octal 61 51 252 107 114 0 41 364 75 51
Binary 110001 101001 10101010 1000111 1001100 0 100001 11110100 111101 101001

Color Harmonies of #3129AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3129AA

Black with #3129AA

Text Example


Text Example

White with #3129AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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