Html Css Color HEX #3131AD Persian Blue

📋 copy color: '#3131AD'

red 49 ◦ green 49 ◦ blue 173

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

Shades of Persian Blue #3131AD

Tints of Persian Blue #3131AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 63.84%

R = 18.08%
G = 18.08%
B = 63.84%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3131AD (or 0x3131AD) is known color: Persian Blue. HEX triplet: 31, 31 and AD. RGB value is (49,49,173). Sum of RGB (Red+Green+Blue) = 49+49+173=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #3131AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3131AD is #CECE52. Grayscale: #3E3E3E. Windows color (decimal): -13553235 or 11350321. OLE color: 11350321.

HSL color Cylindrical-coordinate representation of color #3131AD: hue angle of 240º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3131AD is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 49 173 -
CMYK 0.72 0.72 0 0.32
HSL 240º 0.56% 0.44% -
HSV(B) 240º 0.72% 0.68% -
XYZ 9.91 5.87 40.15 -
YUV 63.14 190 117.92 -
System Red Green Blue C M Y K H S L
Decimal 49 49 173 0.72 0.72 0 0.32 240 0.56 0.44
Hex 31 31 AD 48 48 0 20 F0 38 2C
Octal 61 61 255 110 110 0 40 360 70 54
Binary 110001 110001 10101101 1001000 1001000 0 100000 11110000 111000 101100

Color Harmonies of #3131AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3131AD

Black with #3131AD

Text Example


Text Example

White with #3131AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3131AD; }

 p { color: rgb(49,49,173); }

 H1.HeaderClassName
 {
   color: #3131AD;
 }
 .AnyTagClassName
 {
   color: #3131AD;
 }
</style>

background-color css

<style>
 a { background-color: #3131AD; }

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

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

border-color css

<style>
 span { border-color: #3131AD; }

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

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