Html Css Color HEX #313BAB Persian Blue

📋 copy color: '#313BAB'

red 49 ◦ green 59 ◦ blue 171

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

Shades of Persian Blue #313BAB

Tints of Persian Blue #313BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.15%

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

R = 17.56%
G = 21.15%
B = 61.29%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#313BAB (or 0x313BAB) is known color: Persian Blue. HEX triplet: 31, 3B and AB. RGB value is (49,59,171). Sum of RGB (Red+Green+Blue) = 49+59+171=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #313BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313BAB is #CEC454. Grayscale: #444444. Windows color (decimal): -13550677 or 11221809. OLE color: 11221809.

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

Color convert

RGB 49 59 171 -
CMYK 0.71 0.65 0 0.33
HSL 235.08º 0.55% 0.43% -
HSV(B) 235.08º 0.71% 0.67% -
XYZ 10.18 6.72 39.29 -
YUV 68.78 185.69 113.89 -
System Red Green Blue C M Y K H S L
Decimal 49 59 171 0.71 0.65 0 0.33 235.08 0.55 0.43
Hex 31 3B AB 47 41 0 21 EB 37 2B
Octal 61 73 253 107 101 0 41 353 67 53
Binary 110001 111011 10101011 1000111 1000001 0 100001 11101011 110111 101011

Color Harmonies of #313BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BAB

Black with #313BAB

Text Example


Text Example

White with #313BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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