Html Css Color HEX #313FA7 Persian Blue

📋 copy color: '#313FA7'

red 49 ◦ green 63 ◦ blue 167

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

Shades of Persian Blue #313FA7

Tints of Persian Blue #313FA7

RGB

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

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

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

R = 17.56%
G = 22.58%
B = 59.86%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#313FA7 (or 0x313FA7) is known color: Persian Blue. HEX triplet: 31, 3F and A7. RGB value is (49,63,167). Sum of RGB (Red+Green+Blue) = 49+63+167=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 167 (65.62% from 255 or 59.86% from 279); Max value from RGB is 167 - color contains mainly: blue. Hex color #313FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313FA7 is #CEC058. Grayscale: #464646. Windows color (decimal): -13549657 or 10960689. OLE color: 10960689.

HSL color Cylindrical-coordinate representation of color #313FA7: hue angle of 232.88º 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 #313FA7 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 63 167 -
CMYK 0.71 0.62 0 0.35
HSL 232.88º 0.55% 0.42% -
HSV(B) 232.88º 0.71% 0.65% -
XYZ 10.02 7 37.38 -
YUV 70.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 49 63 167 0.71 0.62 0 0.35 232.88 0.55 0.42
Hex 31 3F A7 47 3E 0 23 E9 37 2A
Octal 61 77 247 107 76 0 43 351 67 52
Binary 110001 111111 10100111 1000111 111110 0 100011 11101001 110111 101010

Color Harmonies of #313FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FA7

Black with #313FA7

Text Example


Text Example

White with #313FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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