Html Css Color HEX #313BD1 Persian Blue

📋 copy color: '#313BD1'

red 49 ◦ green 59 ◦ blue 209

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

Shades of Persian Blue #313BD1

Tints of Persian Blue #313BD1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.61%

 BLUE value IS 209 (82.03% from 255) = 65.93%

R = 15.46%
G = 18.61%
B = 65.93%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#313BD1 (or 0x313BD1) is known color: Persian Blue. HEX triplet: 31, 3B and D1. RGB value is (49,59,209). Sum of RGB (Red+Green+Blue) = 49+59+209=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 209 (82.03% from 255 or 65.93% from 317); Max value from RGB is 209 - color contains mainly: blue. Hex color #313BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BD1 is #CEC42E. Grayscale: #484848. Windows color (decimal): -13550639 or 13712177. OLE color: 13712177.

HSL color Cylindrical-coordinate representation of color #313BD1: hue angle of 236.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #313BD1 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 59 209 -
CMYK 0.77 0.72 0 0.18
HSL 236.25º 0.63% 0.51% -
HSV(B) 236.25º 0.77% 0.82% -
XYZ 14.34 8.38 61.18 -
YUV 73.11 204.69 110.8 -
System Red Green Blue C M Y K H S L
Decimal 49 59 209 0.77 0.72 0 0.18 236.25 0.63 0.51
Hex 31 3B D1 4D 48 0 12 EC 3F 33
Octal 61 73 321 115 110 0 22 354 77 63
Binary 110001 111011 11010001 1001101 1001000 0 10010 11101100 111111 110011

Color Harmonies of #313BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BD1

Black with #313BD1

Text Example


Text Example

White with #313BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,59,209); }

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

background-color css

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

 a { background-color: rgb(49,59,209); }

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

border-color css

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

 span { border-color: rgb(49,59,209); }

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