Html Css Color HEX #311DBB Persian Blue

📋 copy color: '#311DBB'

red 49 ◦ green 29 ◦ blue 187

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

Shades of Persian Blue #311DBB

Tints of Persian Blue #311DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 70.57%

R = 18.49%
G = 10.94%
B = 70.57%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#311DBB (or 0x311DBB) is known color: Persian Blue. HEX triplet: 31, 1D and BB. RGB value is (49,29,187). Sum of RGB (Red+Green+Blue) = 49+29+187=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #311DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311DBB is #CEE244. Grayscale: #343434. Windows color (decimal): -13558341 or 12262705. OLE color: 12262705.

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

Color convert

RGB 49 29 187 -
CMYK 0.74 0.84 0 0.27
HSL 247.59º 0.73% 0.42% -
HSV(B) 247.59º 0.84% 0.73% -
XYZ 10.68 5.12 47.44 -
YUV 52.99 203.63 125.15 -
System Red Green Blue C M Y K H S L
Decimal 49 29 187 0.74 0.84 0 0.27 247.59 0.73 0.42
Hex 31 1D BB 4A 54 0 1B F8 49 2A
Octal 61 35 273 112 124 0 33 370 111 52
Binary 110001 11101 10111011 1001010 1010100 0 11011 11111000 1001001 101010

Color Harmonies of #311DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311DBB

Black with #311DBB

Text Example


Text Example

White with #311DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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