Html Css Color HEX #3111BE Persian Blue

📋 copy color: '#3111BE'

red 49 ◦ green 17 ◦ blue 190

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

Shades of Persian Blue #3111BE

Tints of Persian Blue #3111BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

 BLUE value IS 190 (74.61% from 255) = 74.22%

R = 19.14%
G = 6.64%
B = 74.22%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3111BE (or 0x3111BE) is known color: Persian Blue. HEX triplet: 31, 11 and BE. RGB value is (49,17,190). Sum of RGB (Red+Green+Blue) = 49+17+190=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #3111BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3111BE is #CEEE41. Grayscale: #2D2D2D. Windows color (decimal): -13561410 or 12456241. OLE color: 12456241.

HSL color Cylindrical-coordinate representation of color #3111BE: hue angle of 251.1º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3111BE is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 17 190 -
CMYK 0.74 0.91 0 0.25
HSL 251.1º 0.84% 0.41% -
HSV(B) 251.1º 0.91% 0.75% -
XYZ 10.76 4.77 49.07 -
YUV 46.29 209.1 129.93 -
System Red Green Blue C M Y K H S L
Decimal 49 17 190 0.74 0.91 0 0.25 251.1 0.84 0.41
Hex 31 11 BE 4A 5B 0 19 FB 54 29
Octal 61 21 276 112 133 0 31 373 124 51
Binary 110001 10001 10111110 1001010 1011011 0 11001 11111011 1010100 101001

Color Harmonies of #3111BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3111BE

Black with #3111BE

Text Example


Text Example

White with #3111BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3111BE; }

 p { color: rgb(49,17,190); }

 H1.HeaderClassName
 {
   color: #3111BE;
 }
 .AnyTagClassName
 {
   color: #3111BE;
 }
</style>

background-color css

<style>
 a { background-color: #3111BE; }

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

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

border-color css

<style>
 span { border-color: #3111BE; }

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

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