Html Css Color HEX #313DAB Persian Blue

📋 copy color: '#313DAB'

red 49 ◦ green 61 ◦ blue 171

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

Shades of Persian Blue #313DAB

Tints of Persian Blue #313DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 17.44%
G = 21.71%
B = 60.85%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#313DAB (or 0x313DAB) is known color: Persian Blue. HEX triplet: 31, 3D and AB. RGB value is (49,61,171). Sum of RGB (Red+Green+Blue) = 49+61+171=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #313DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313DAB is #CEC254. Grayscale: #454545. Windows color (decimal): -13550165 or 11222321. OLE color: 11222321.

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

Color convert

RGB 49 61 171 -
CMYK 0.71 0.64 0 0.33
HSL 234.1º 0.55% 0.43% -
HSV(B) 234.1º 0.71% 0.67% -
XYZ 10.29 6.93 39.32 -
YUV 69.95 185.02 113.06 -
System Red Green Blue C M Y K H S L
Decimal 49 61 171 0.71 0.64 0 0.33 234.1 0.55 0.43
Hex 31 3D AB 47 40 0 21 EA 37 2B
Octal 61 75 253 107 100 0 41 352 67 53
Binary 110001 111101 10101011 1000111 1000000 0 100001 11101010 110111 101011

Color Harmonies of #313DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DAB

Black with #313DAB

Text Example


Text Example

White with #313DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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