Html Css Color HEX #313DAC Persian Blue

📋 copy color: '#313DAC'

red 49 ◦ green 61 ◦ blue 172

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

Shades of Persian Blue #313DAC

Tints of Persian Blue #313DAC

RGB

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

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

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

R = 17.38%
G = 21.63%
B = 60.99%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#313DAC (or 0x313DAC) is known color: Persian Blue. HEX triplet: 31, 3D and AC. RGB value is (49,61,172). Sum of RGB (Red+Green+Blue) = 49+61+172=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #313DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313DAC is #CEC253. Grayscale: #454545. Windows color (decimal): -13550164 or 11287857. OLE color: 11287857.

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

Color convert

RGB 49 61 172 -
CMYK 0.72 0.65 0 0.33
HSL 234.15º 0.56% 0.43% -
HSV(B) 234.15º 0.72% 0.67% -
XYZ 10.38 6.97 39.83 -
YUV 70.07 185.52 112.97 -
System Red Green Blue C M Y K H S L
Decimal 49 61 172 0.72 0.65 0 0.33 234.15 0.56 0.43
Hex 31 3D AC 48 41 0 21 EA 38 2B
Octal 61 75 254 110 101 0 41 352 70 53
Binary 110001 111101 10101100 1001000 1000001 0 100001 11101010 111000 101011

Color Harmonies of #313DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DAC

Black with #313DAC

Text Example


Text Example

White with #313DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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