Html Css Color HEX #3119BA Persian Blue

📋 copy color: '#3119BA'

red 49 ◦ green 25 ◦ blue 186

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

Shades of Persian Blue #3119BA

Tints of Persian Blue #3119BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

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

R = 18.85%
G = 9.62%
B = 71.54%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3119BA (or 0x3119BA) is known color: Persian Blue. HEX triplet: 31, 19 and BA. RGB value is (49,25,186). Sum of RGB (Red+Green+Blue) = 49+25+186=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #3119BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3119BA is #CEE645. Grayscale: #313131. Windows color (decimal): -13559366 or 12196145. OLE color: 12196145.

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

Color convert

RGB 49 25 186 -
CMYK 0.74 0.87 0 0.27
HSL 248.94º 0.76% 0.41% -
HSV(B) 248.94º 0.87% 0.73% -
XYZ 10.48 4.89 46.85 -
YUV 50.53 204.45 126.91 -
System Red Green Blue C M Y K H S L
Decimal 49 25 186 0.74 0.87 0 0.27 248.94 0.76 0.41
Hex 31 19 BA 4A 57 0 1B F9 4C 29
Octal 61 31 272 112 127 0 33 371 114 51
Binary 110001 11001 10111010 1001010 1010111 0 11011 11111001 1001100 101001

Color Harmonies of #3119BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3119BA

Black with #3119BA

Text Example


Text Example

White with #3119BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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