Html Css Color HEX #313BA7 Persian Blue

📋 copy color: '#313BA7'

red 49 ◦ green 59 ◦ blue 167

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

Shades of Persian Blue #313BA7

Tints of Persian Blue #313BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 60.73%

R = 17.82%
G = 21.45%
B = 60.73%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#313BA7 (or 0x313BA7) is known color: Persian Blue. HEX triplet: 31, 3B and A7. RGB value is (49,59,167). Sum of RGB (Red+Green+Blue) = 49+59+167=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 167 (65.62% from 255 or 60.73% from 275); Max value from RGB is 167 - color contains mainly: blue. Hex color #313BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313BA7 is #CEC458. Grayscale: #434343. Windows color (decimal): -13550681 or 10959665. OLE color: 10959665.

HSL color Cylindrical-coordinate representation of color #313BA7: hue angle of 234.92º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #313BA7 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 59 167 -
CMYK 0.71 0.65 0 0.35
HSL 234.92º 0.55% 0.42% -
HSV(B) 234.92º 0.71% 0.65% -
XYZ 9.81 6.57 37.31 -
YUV 68.32 183.69 114.22 -
System Red Green Blue C M Y K H S L
Decimal 49 59 167 0.71 0.65 0 0.35 234.92 0.55 0.42
Hex 31 3B A7 47 41 0 23 EB 37 2A
Octal 61 73 247 107 101 0 43 353 67 52
Binary 110001 111011 10100111 1000111 1000001 0 100011 11101011 110111 101010

Color Harmonies of #313BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BA7

Black with #313BA7

Text Example


Text Example

White with #313BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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