Html Css Color HEX #313FAF Persian Blue

📋 copy color: '#313FAF'

red 49 ◦ green 63 ◦ blue 175

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

Shades of Persian Blue #313FAF

Tints of Persian Blue #313FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.98%

R = 17.07%
G = 21.95%
B = 60.98%

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

#313FAF (or 0x313FAF) is known color: Persian Blue. HEX triplet: 31, 3F and AF. RGB value is (49,63,175). Sum of RGB (Red+Green+Blue) = 49+63+175=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #313FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313FAF is #CEC050. Grayscale: #474747. Windows color (decimal): -13549649 or 11484977. OLE color: 11484977.

HSL color Cylindrical-coordinate representation of color #313FAF: hue angle of 233.33º degrees, saturation: 0.56, 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 #313FAF is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 63 175 -
CMYK 0.72 0.64 0 0.31
HSL 233.33º 0.56% 0.44% -
HSV(B) 233.33º 0.72% 0.69% -
XYZ 10.78 7.3 41.4 -
YUV 71.58 186.36 111.89 -
System Red Green Blue C M Y K H S L
Decimal 49 63 175 0.72 0.64 0 0.31 233.33 0.56 0.44
Hex 31 3F AF 48 40 0 1F E9 38 2C
Octal 61 77 257 110 100 0 37 351 70 54
Binary 110001 111111 10101111 1001000 1000000 0 11111 11101001 111000 101100

Color Harmonies of #313FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FAF

Black with #313FAF

Text Example


Text Example

White with #313FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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