Html Css Color HEX #313DAF Persian Blue

📋 copy color: '#313DAF'

red 49 ◦ green 61 ◦ blue 175

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

Shades of Persian Blue #313DAF

Tints of Persian Blue #313DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.4%

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

R = 17.19%
G = 21.4%
B = 61.4%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#313DAF (or 0x313DAF) is known color: Persian Blue. HEX triplet: 31, 3D and AF. RGB value is (49,61,175). Sum of RGB (Red+Green+Blue) = 49+61+175=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #313DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313DAF is #CEC250. Grayscale: #454545. Windows color (decimal): -13550161 or 11484465. OLE color: 11484465.

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

Color convert

RGB 49 61 175 -
CMYK 0.72 0.65 0 0.31
HSL 234.29º 0.56% 0.44% -
HSV(B) 234.29º 0.72% 0.69% -
XYZ 10.67 7.09 41.36 -
YUV 70.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 49 61 175 0.72 0.65 0 0.31 234.29 0.56 0.44
Hex 31 3D AF 48 41 0 1F EA 38 2C
Octal 61 75 257 110 101 0 37 352 70 54
Binary 110001 111101 10101111 1001000 1000001 0 11111 11101010 111000 101100

Color Harmonies of #313DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DAF

Black with #313DAF

Text Example


Text Example

White with #313DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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