Html Css Color HEX #3131AF Persian Blue

📋 copy color: '#3131AF'

red 49 ◦ green 49 ◦ blue 175

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

Shades of Persian Blue #3131AF

Tints of Persian Blue #3131AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 64.1%

R = 17.95%
G = 17.95%
B = 64.1%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3131AF (or 0x3131AF) is known color: Persian Blue. HEX triplet: 31, 31 and AF. RGB value is (49,49,175). Sum of RGB (Red+Green+Blue) = 49+49+175=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #3131AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3131AF is #CECE50. Grayscale: #3E3E3E. Windows color (decimal): -13553233 or 11481393. OLE color: 11481393.

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

Color convert

RGB 49 49 175 -
CMYK 0.72 0.72 0 0.31
HSL 240º 0.56% 0.44% -
HSV(B) 240º 0.72% 0.69% -
XYZ 10.1 5.94 41.17 -
YUV 63.36 191 117.75 -
System Red Green Blue C M Y K H S L
Decimal 49 49 175 0.72 0.72 0 0.31 240 0.56 0.44
Hex 31 31 AF 48 48 0 1F F0 38 2C
Octal 61 61 257 110 110 0 37 360 70 54
Binary 110001 110001 10101111 1001000 1001000 0 11111 11110000 111000 101100

Color Harmonies of #3131AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3131AF

Black with #3131AF

Text Example


Text Example

White with #3131AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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