Html Css Color HEX #311DBF Persian Blue

📋 copy color: '#311DBF'

red 49 ◦ green 29 ◦ blue 191

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

Shades of Persian Blue #311DBF

Tints of Persian Blue #311DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.78%

 BLUE value IS 191 (75% from 255) = 71%

R = 18.22%
G = 10.78%
B = 71%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#311DBF (or 0x311DBF) is known color: Persian Blue. HEX triplet: 31, 1D and BF. RGB value is (49,29,191). Sum of RGB (Red+Green+Blue) = 49+29+191=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #311DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311DBF is #CEE240. Grayscale: #343434. Windows color (decimal): -13558337 or 12524849. OLE color: 12524849.

HSL color Cylindrical-coordinate representation of color #311DBF: hue angle of 247.41º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311DBF is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 29 191 -
CMYK 0.74 0.85 0 0.25
HSL 247.41º 0.74% 0.43% -
HSV(B) 247.41º 0.85% 0.75% -
XYZ 11.11 5.29 49.73 -
YUV 53.45 205.63 124.83 -
System Red Green Blue C M Y K H S L
Decimal 49 29 191 0.74 0.85 0 0.25 247.41 0.74 0.43
Hex 31 1D BF 4A 55 0 19 F7 4A 2B
Octal 61 35 277 112 125 0 31 367 112 53
Binary 110001 11101 10111111 1001010 1010101 0 11001 11110111 1001010 101011

Color Harmonies of #311DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311DBF

Black with #311DBF

Text Example


Text Example

White with #311DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311DBF; }

 p { color: rgb(49,29,191); }

 H1.HeaderClassName
 {
   color: #311DBF;
 }
 .AnyTagClassName
 {
   color: #311DBF;
 }
</style>

background-color css

<style>
 a { background-color: #311DBF; }

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

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

border-color css

<style>
 span { border-color: #311DBF; }

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

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