Html Css Color HEX #311FBA Persian Blue

📋 copy color: '#311FBA'

red 49 ◦ green 31 ◦ blue 186

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

Shades of Persian Blue #311FBA

Tints of Persian Blue #311FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.65%

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

R = 18.42%
G = 11.65%
B = 69.92%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#311FBA (or 0x311FBA) is known color: Persian Blue. HEX triplet: 31, 1F and BA. RGB value is (49,31,186). Sum of RGB (Red+Green+Blue) = 49+31+186=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #311FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311FBA is #CEE045. Grayscale: #353535. Windows color (decimal): -13557830 or 12197681. OLE color: 12197681.

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

Color convert

RGB 49 31 186 -
CMYK 0.74 0.83 0 0.27
HSL 246.97º 0.71% 0.43% -
HSV(B) 246.97º 0.83% 0.73% -
XYZ 10.62 5.18 46.89 -
YUV 54.05 202.46 124.4 -
System Red Green Blue C M Y K H S L
Decimal 49 31 186 0.74 0.83 0 0.27 246.97 0.71 0.43
Hex 31 1F BA 4A 53 0 1B F7 47 2B
Octal 61 37 272 112 123 0 33 367 107 53
Binary 110001 11111 10111010 1001010 1010011 0 11011 11110111 1000111 101011

Color Harmonies of #311FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311FBA

Black with #311FBA

Text Example


Text Example

White with #311FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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