Html Css Color HEX #272047 Paua

📋 copy color: '#272047'

red 39 ◦ green 32 ◦ blue 71

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

Shades of Paua #272047

Tints of Paua #272047

RGB

 RED value IS 39 (15.63% from 255) = 27.46%

 GREEN value IS 32 (12.89% from 255) = 22.54%

 BLUE value IS 71 (28.13% from 255) = 50%

R = 27.46%
G = 22.54%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#272047 (or 0x272047) is known color: Paua. HEX triplet: 27, 20 and 47. RGB value is (39,32,71). Sum of RGB (Red+Green+Blue) = 39+32+71=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #272047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272047 is #D8DFB8. Grayscale: #262626. Windows color (decimal): -14213049 or 4661287. OLE color: 4661287.

HSL color Cylindrical-coordinate representation of color #272047: hue angle of 250.77º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #272047 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 32 71 -
CMYK 0.45 0.55 0 0.72
HSL 250.77º 0.38% 0.2% -
HSV(B) 250.77º 0.55% 0.28% -
XYZ 2.49 1.92 6.2 -
YUV 38.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 39 32 71 0.45 0.55 0 0.72 250.77 0.38 0.2
Hex 27 20 47 2D 37 0 48 FB 26 14
Octal 47 40 107 55 67 0 110 373 46 24
Binary 100111 100000 1000111 101101 110111 0 1001000 11111011 100110 10100

Color Harmonies of #272047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272047

Black with #272047

Text Example


Text Example

White with #272047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272047; }

 p { color: rgb(39,32,71); }

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

background-color css

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

 a { background-color: rgb(39,32,71); }

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

border-color css

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

 span { border-color: rgb(39,32,71); }

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