Html Css Color HEX #3131BA Persian Blue

📋 copy color: '#3131BA'

red 49 ◦ green 49 ◦ blue 186

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

Shades of Persian Blue #3131BA

Tints of Persian Blue #3131BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.49%

R = 17.25%
G = 17.25%
B = 65.49%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3131BA (or 0x3131BA) is known color: Persian Blue. HEX triplet: 31, 31 and BA. RGB value is (49,49,186). Sum of RGB (Red+Green+Blue) = 49+49+186=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #3131BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3131BA is #CECE45. Grayscale: #404040. Windows color (decimal): -13553222 or 12202289. OLE color: 12202289.

HSL color Cylindrical-coordinate representation of color #3131BA: hue angle of 240º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3131BA is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 49 186 -
CMYK 0.74 0.74 0 0.27
HSL 240º 0.58% 0.46% -
HSV(B) 240º 0.74% 0.73% -
XYZ 11.23 6.39 47.1 -
YUV 64.62 196.5 116.86 -
System Red Green Blue C M Y K H S L
Decimal 49 49 186 0.74 0.74 0 0.27 240 0.58 0.46
Hex 31 31 BA 4A 4A 0 1B F0 3A 2E
Octal 61 61 272 112 112 0 33 360 72 56
Binary 110001 110001 10111010 1001010 1001010 0 11011 11110000 111010 101110

Color Harmonies of #3131BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3131BA

Black with #3131BA

Text Example


Text Example

White with #3131BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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