Html Css Color HEX #312D52 Paua

📋 copy color: '#312D52'

red 49 ◦ green 45 ◦ blue 82

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

Shades of Paua #312D52

Tints of Paua #312D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 46.59%

R = 27.84%
G = 25.57%
B = 46.59%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#312D52 (or 0x312D52) is known color: Paua. HEX triplet: 31, 2D and 52. RGB value is (49,45,82). Sum of RGB (Red+Green+Blue) = 49+45+82=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #312D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D52 is #CED2AD. Grayscale: #323232. Windows color (decimal): -13554350 or 5385521. OLE color: 5385521.

HSL color Cylindrical-coordinate representation of color #312D52: hue angle of 246.49º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #312D52 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 45 82 -
CMYK 0.40 0.45 0 0.68
HSL 246.49º 0.29% 0.25% -
HSV(B) 246.49º 0.45% 0.32% -
XYZ 3.73 3.14 8.39 -
YUV 50.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 49 45 82 0.40 0.45 0 0.68 246.49 0.29 0.25
Hex 31 2D 52 28 2D 0 44 F6 1D 19
Octal 61 55 122 50 55 0 104 366 35 31
Binary 110001 101101 1010010 101000 101101 0 1000100 11110110 11101 11001

Color Harmonies of #312D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312D52

Black with #312D52

Text Example


Text Example

White with #312D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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