Html Css Color HEX #312C52 Paua

📋 copy color: '#312C52'

red 49 ◦ green 44 ◦ blue 82

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

Shades of Paua #312C52

Tints of Paua #312C52

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.14%

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

R = 28%
G = 25.14%
B = 46.86%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#312C52 (or 0x312C52) is known color: Paua. HEX triplet: 31, 2C and 52. RGB value is (49,44,82). Sum of RGB (Red+Green+Blue) = 49+44+82=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #312C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C52 is #CED3AD. Grayscale: #313131. Windows color (decimal): -13554606 or 5385265. OLE color: 5385265.

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

Color convert

RGB 49 44 82 -
CMYK 0.40 0.46 0 0.68
HSL 247.89º 0.3% 0.25% -
HSV(B) 247.89º 0.46% 0.32% -
XYZ 3.69 3.06 8.38 -
YUV 49.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 49 44 82 0.40 0.46 0 0.68 247.89 0.3 0.25
Hex 31 2C 52 28 2E 0 44 F8 1E 19
Octal 61 54 122 50 56 0 104 370 36 31
Binary 110001 101100 1010010 101000 101110 0 1000100 11111000 11110 11001

Color Harmonies of #312C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C52

Black with #312C52

Text Example


Text Example

White with #312C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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