Html Css Color HEX #3131AC Persian Blue

📋 copy color: '#3131AC'

red 49 ◦ green 49 ◦ blue 172

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

Shades of Persian Blue #3131AC

Tints of Persian Blue #3131AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.7%

R = 18.15%
G = 18.15%
B = 63.7%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3131AC (or 0x3131AC) is known color: Persian Blue. HEX triplet: 31, 31 and AC. RGB value is (49,49,172). Sum of RGB (Red+Green+Blue) = 49+49+172=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #3131AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3131AC is #CECE53. Grayscale: #3E3E3E. Windows color (decimal): -13553236 or 11284785. OLE color: 11284785.

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

Color convert

RGB 49 49 172 -
CMYK 0.72 0.72 0 0.33
HSL 240º 0.56% 0.43% -
HSV(B) 240º 0.72% 0.67% -
XYZ 9.81 5.83 39.64 -
YUV 63.02 189.5 118 -
System Red Green Blue C M Y K H S L
Decimal 49 49 172 0.72 0.72 0 0.33 240 0.56 0.43
Hex 31 31 AC 48 48 0 21 F0 38 2B
Octal 61 61 254 110 110 0 41 360 70 53
Binary 110001 110001 10101100 1001000 1001000 0 100001 11110000 111000 101011

Color Harmonies of #3131AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3131AC

Black with #3131AC

Text Example


Text Example

White with #3131AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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