Html Css Color HEX #272051 Paua

📋 copy color: '#272051'

red 39 ◦ green 32 ◦ blue 81

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

Shades of Paua #272051

Tints of Paua #272051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 53.29%

R = 25.66%
G = 21.05%
B = 53.29%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#272051 (or 0x272051) is known color: Paua. HEX triplet: 27, 20 and 51. RGB value is (39,32,81). Sum of RGB (Red+Green+Blue) = 39+32+81=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #272051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272051 is #D8DFAE. Grayscale: #272727. Windows color (decimal): -14213039 or 5316647. OLE color: 5316647.

HSL color Cylindrical-coordinate representation of color #272051: hue angle of 248.57º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #272051 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 32 81 -
CMYK 0.52 0.60 0 0.68
HSL 248.57º 0.43% 0.22% -
HSV(B) 248.57º 0.6% 0.32% -
XYZ 2.84 2.06 8.03 -
YUV 39.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 39 32 81 0.52 0.60 0 0.68 248.57 0.43 0.22
Hex 27 20 51 34 3C 0 44 F9 2B 16
Octal 47 40 121 64 74 0 104 371 53 26
Binary 100111 100000 1010001 110100 111100 0 1000100 11111001 101011 10110

Color Harmonies of #272051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272051

Black with #272051

Text Example


Text Example

White with #272051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272051; }

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

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

background-color css

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

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

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

border-color css

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

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

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