Html Css Color HEX #312DD5 Persian Blue

📋 copy color: '#312DD5'

red 49 ◦ green 45 ◦ blue 213

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

Shades of Persian Blue #312DD5

Tints of Persian Blue #312DD5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

 BLUE value IS 213 (83.59% from 255) = 69.38%

R = 15.96%
G = 14.66%
B = 69.38%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#312DD5 (or 0x312DD5) is known color: Persian Blue. HEX triplet: 31, 2D and D5. RGB value is (49,45,213). Sum of RGB (Red+Green+Blue) = 49+45+213=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #312DD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312DD5 is #CED22A. Grayscale: #404040. Windows color (decimal): -13554219 or 13970737. OLE color: 13970737.

HSL color Cylindrical-coordinate representation of color #312DD5: hue angle of 241.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #312DD5 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 45 213 -
CMYK 0.77 0.79 0 0.16
HSL 241.43º 0.67% 0.51% -
HSV(B) 241.43º 0.79% 0.84% -
XYZ 14.22 7.33 63.62 -
YUV 65.35 211.33 116.34 -
System Red Green Blue C M Y K H S L
Decimal 49 45 213 0.77 0.79 0 0.16 241.43 0.67 0.51
Hex 31 2D D5 4D 4F 0 10 F1 43 33
Octal 61 55 325 115 117 0 20 361 103 63
Binary 110001 101101 11010101 1001101 1001111 0 10000 11110001 1000011 110011

Color Harmonies of #312DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312DD5

Black with #312DD5

Text Example


Text Example

White with #312DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312DD5; }

 p { color: rgb(49,45,213); }

 H1.HeaderClassName
 {
   color: #312DD5;
 }
 .AnyTagClassName
 {
   color: #312DD5;
 }
</style>

background-color css

<style>
 a { background-color: #312DD5; }

 a { background-color: rgb(49,45,213); }

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

border-color css

<style>
 span { border-color: #312DD5; }

 span { border-color: rgb(49,45,213); }

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