Html Css Color HEX #272247 Paua

📋 copy color: '#272247'

red 39 ◦ green 34 ◦ blue 71

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

Shades of Paua #272247

Tints of Paua #272247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.61%

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

R = 27.08%
G = 23.61%
B = 49.31%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#272247 (or 0x272247) is known color: Paua. HEX triplet: 27, 22 and 47. RGB value is (39,34,71). Sum of RGB (Red+Green+Blue) = 39+34+71=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #272247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272247 is #D8DDB8. Grayscale: #272727. Windows color (decimal): -14212537 or 4661799. OLE color: 4661799.

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

Color convert

RGB 39 34 71 -
CMYK 0.45 0.52 0 0.72
HSL 248.11º 0.35% 0.21% -
HSV(B) 248.11º 0.52% 0.28% -
XYZ 2.55 2.03 6.22 -
YUV 39.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 39 34 71 0.45 0.52 0 0.72 248.11 0.35 0.21
Hex 27 22 47 2D 34 0 48 F8 23 15
Octal 47 42 107 55 64 0 110 370 43 25
Binary 100111 100010 1000111 101101 110100 0 1001000 11111000 100011 10101

Color Harmonies of #272247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272247

Black with #272247

Text Example


Text Example

White with #272247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272247; }

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

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

background-color css

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

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

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

border-color css

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

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

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