Html Css Color HEX #272251 Paua

📋 copy color: '#272251'

red 39 ◦ green 34 ◦ blue 81

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

Shades of Paua #272251

Tints of Paua #272251

RGB

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

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

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

R = 25.32%
G = 22.08%
B = 52.6%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#272251 (or 0x272251) is known color: Paua. HEX triplet: 27, 22 and 51. RGB value is (39,34,81). Sum of RGB (Red+Green+Blue) = 39+34+81=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #272251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272251 is #D8DDAE. Grayscale: #282828. Windows color (decimal): -14212527 or 5317159. OLE color: 5317159.

HSL color Cylindrical-coordinate representation of color #272251: hue angle of 246.38º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #272251 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 34 81 -
CMYK 0.52 0.58 0 0.68
HSL 246.38º 0.41% 0.23% -
HSV(B) 246.38º 0.58% 0.32% -
XYZ 2.89 2.17 8.05 -
YUV 40.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 39 34 81 0.52 0.58 0 0.68 246.38 0.41 0.23
Hex 27 22 51 34 3A 0 44 F6 29 17
Octal 47 42 121 64 72 0 104 366 51 27
Binary 100111 100010 1010001 110100 111010 0 1000100 11110110 101001 10111

Color Harmonies of #272251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272251

Black with #272251

Text Example


Text Example

White with #272251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272251; }

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

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

background-color css

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

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

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

border-color css

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

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

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