Html Css Color HEX #313CA7 Persian Blue

📋 copy color: '#313CA7'

red 49 ◦ green 60 ◦ blue 167

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

Shades of Persian Blue #313CA7

Tints of Persian Blue #313CA7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.74%

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

R = 17.75%
G = 21.74%
B = 60.51%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#313CA7 (or 0x313CA7) is known color: Persian Blue. HEX triplet: 31, 3C and A7. RGB value is (49,60,167). Sum of RGB (Red+Green+Blue) = 49+60+167=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 167 (65.62% from 255 or 60.51% from 276); Max value from RGB is 167 - color contains mainly: blue. Hex color #313CA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313CA7 is #CEC358. Grayscale: #444444. Windows color (decimal): -13550425 or 10959921. OLE color: 10959921.

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

Color convert

RGB 49 60 167 -
CMYK 0.71 0.64 0 0.35
HSL 234.41º 0.55% 0.42% -
HSV(B) 234.41º 0.71% 0.65% -
XYZ 9.86 6.67 37.33 -
YUV 68.91 183.36 113.8 -
System Red Green Blue C M Y K H S L
Decimal 49 60 167 0.71 0.64 0 0.35 234.41 0.55 0.42
Hex 31 3C A7 47 40 0 23 EA 37 2A
Octal 61 74 247 107 100 0 43 352 67 52
Binary 110001 111100 10100111 1000111 1000000 0 100011 11101010 110111 101010

Color Harmonies of #313CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CA7

Black with #313CA7

Text Example


Text Example

White with #313CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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