Html Css Color HEX #312D4D Paua

📋 copy color: '#312D4D'

red 49 ◦ green 45 ◦ blue 77

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

Shades of Paua #312D4D

Tints of Paua #312D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 45.03%

R = 28.65%
G = 26.32%
B = 45.03%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#312D4D (or 0x312D4D) is known color: Paua. HEX triplet: 31, 2D and 4D. RGB value is (49,45,77). Sum of RGB (Red+Green+Blue) = 49+45+77=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #312D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D4D is #CED2B2. Grayscale: #313131. Windows color (decimal): -13554355 or 5057841. OLE color: 5057841.

HSL color Cylindrical-coordinate representation of color #312D4D: hue angle of 247.5º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #312D4D is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 45 77 -
CMYK 0.36 0.42 0 0.70
HSL 247.5º 0.26% 0.24% -
HSV(B) 247.5º 0.42% 0.3% -
XYZ 3.54 3.07 7.43 -
YUV 49.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 49 45 77 0.36 0.42 0 0.70 247.5 0.26 0.24
Hex 31 2D 4D 24 2A 0 46 F8 1A 18
Octal 61 55 115 44 52 0 106 370 32 30
Binary 110001 101101 1001101 100100 101010 0 1000110 11111000 11010 11000

Color Harmonies of #312D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312D4D

Black with #312D4D

Text Example


Text Example

White with #312D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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