Html Css Color HEX #313FB1 Persian Blue

📋 copy color: '#313FB1'

red 49 ◦ green 63 ◦ blue 177

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

Shades of Persian Blue #313FB1

Tints of Persian Blue #313FB1

RGB

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

 GREEN value IS 63 (25% from 255) = 21.8%

 BLUE value IS 177 (69.53% from 255) = 61.25%

R = 16.96%
G = 21.8%
B = 61.25%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#313FB1 (or 0x313FB1) is known color: Persian Blue. HEX triplet: 31, 3F and B1. RGB value is (49,63,177). Sum of RGB (Red+Green+Blue) = 49+63+177=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 177 (69.53% from 255 or 61.25% from 289); Max value from RGB is 177 - color contains mainly: blue. Hex color #313FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313FB1 is #CEC04E. Grayscale: #474747. Windows color (decimal): -13549647 or 11616049. OLE color: 11616049.

HSL color Cylindrical-coordinate representation of color #313FB1: hue angle of 233.44º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313FB1 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 63 177 -
CMYK 0.72 0.64 0 0.31
HSL 233.44º 0.57% 0.44% -
HSV(B) 233.44º 0.72% 0.69% -
XYZ 10.98 7.38 42.44 -
YUV 71.81 187.36 111.73 -
System Red Green Blue C M Y K H S L
Decimal 49 63 177 0.72 0.64 0 0.31 233.44 0.57 0.44
Hex 31 3F B1 48 40 0 1F E9 39 2C
Octal 61 77 261 110 100 0 37 351 71 54
Binary 110001 111111 10110001 1001000 1000000 0 11111 11101001 111001 101100

Color Harmonies of #313FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FB1

Black with #313FB1

Text Example


Text Example

White with #313FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313FB1; }

 p { color: rgb(49,63,177); }

 H1.HeaderClassName
 {
   color: #313FB1;
 }
 .AnyTagClassName
 {
   color: #313FB1;
 }
</style>

background-color css

<style>
 a { background-color: #313FB1; }

 a { background-color: rgb(49,63,177); }

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

border-color css

<style>
 span { border-color: #313FB1; }

 span { border-color: rgb(49,63,177); }

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