Html Css Color HEX #312DDA Persian Blue

📋 copy color: '#312DDA'

red 49 ◦ green 45 ◦ blue 218

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

Shades of Persian Blue #312DDA

Tints of Persian Blue #312DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.87%

R = 15.71%
G = 14.42%
B = 69.87%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#312DDA (or 0x312DDA) is known color: Persian Blue. HEX triplet: 31, 2D and DA. RGB value is (49,45,218). Sum of RGB (Red+Green+Blue) = 49+45+218=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #312DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312DDA is #CED225. Grayscale: #414141. Windows color (decimal): -13554214 or 14298417. OLE color: 14298417.

HSL color Cylindrical-coordinate representation of color #312DDA: hue angle of 241.39º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #312DDA is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 45 218 -
CMYK 0.78 0.79 0 0.15
HSL 241.39º 0.7% 0.52% -
HSV(B) 241.39º 0.79% 0.85% -
XYZ 14.86 7.59 67.01 -
YUV 65.92 213.83 115.93 -
System Red Green Blue C M Y K H S L
Decimal 49 45 218 0.78 0.79 0 0.15 241.39 0.7 0.52
Hex 31 2D DA 4E 4F 0 F F1 46 34
Octal 61 55 332 116 117 0 17 361 106 64
Binary 110001 101101 11011010 1001110 1001111 0 1111 11110001 1000110 110100

Color Harmonies of #312DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312DDA

Black with #312DDA

Text Example


Text Example

White with #312DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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