Html Css Color HEX #313DB1 Persian Blue

📋 copy color: '#313DB1'

red 49 ◦ green 61 ◦ blue 177

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

Shades of Persian Blue #313DB1

Tints of Persian Blue #313DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 61.67%

R = 17.07%
G = 21.25%
B = 61.67%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#313DB1 (or 0x313DB1) is known color: Persian Blue. HEX triplet: 31, 3D and B1. RGB value is (49,61,177). Sum of RGB (Red+Green+Blue) = 49+61+177=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 177 (69.53% from 255 or 61.67% from 287); Max value from RGB is 177 - color contains mainly: blue. Hex color #313DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313DB1 is #CEC24E. Grayscale: #464646. Windows color (decimal): -13550159 or 11615537. OLE color: 11615537.

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

Color convert

RGB 49 61 177 -
CMYK 0.72 0.66 0 0.31
HSL 234.38º 0.57% 0.44% -
HSV(B) 234.38º 0.72% 0.69% -
XYZ 10.87 7.16 42.4 -
YUV 70.64 188.02 112.57 -
System Red Green Blue C M Y K H S L
Decimal 49 61 177 0.72 0.66 0 0.31 234.38 0.57 0.44
Hex 31 3D B1 48 42 0 1F EA 39 2C
Octal 61 75 261 110 102 0 37 352 71 54
Binary 110001 111101 10110001 1001000 1000010 0 11111 11101010 111001 101100

Color Harmonies of #313DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DB1

Black with #313DB1

Text Example


Text Example

White with #313DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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