Html Css Color HEX #313FAC Persian Blue

📋 copy color: '#313FAC'

red 49 ◦ green 63 ◦ blue 172

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

Shades of Persian Blue #313FAC

Tints of Persian Blue #313FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 17.25%
G = 22.18%
B = 60.56%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#313FAC (or 0x313FAC) is known color: Persian Blue. HEX triplet: 31, 3F and AC. RGB value is (49,63,172). Sum of RGB (Red+Green+Blue) = 49+63+172=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #313FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313FAC is #CEC053. Grayscale: #464646. Windows color (decimal): -13549652 or 11288369. OLE color: 11288369.

HSL color Cylindrical-coordinate representation of color #313FAC: hue angle of 233.17º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313FAC is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 63 172 -
CMYK 0.72 0.63 0 0.33
HSL 233.17º 0.56% 0.43% -
HSV(B) 233.17º 0.72% 0.67% -
XYZ 10.49 7.19 39.86 -
YUV 71.24 184.86 112.14 -
System Red Green Blue C M Y K H S L
Decimal 49 63 172 0.72 0.63 0 0.33 233.17 0.56 0.43
Hex 31 3F AC 48 3F 0 21 E9 38 2B
Octal 61 77 254 110 77 0 41 351 70 53
Binary 110001 111111 10101100 1001000 111111 0 100001 11101001 111000 101011

Color Harmonies of #313FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FAC

Black with #313FAC

Text Example


Text Example

White with #313FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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