Html Css Color HEX #272551 Paua

📋 copy color: '#272551'

red 39 ◦ green 37 ◦ blue 81

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

Shades of Paua #272551

Tints of Paua #272551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.57%

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

R = 24.84%
G = 23.57%
B = 51.59%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#272551 (or 0x272551) is known color: Paua. HEX triplet: 27, 25 and 51. RGB value is (39,37,81). Sum of RGB (Red+Green+Blue) = 39+37+81=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #272551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272551 is #D8DAAE. Grayscale: #2A2A2A. Windows color (decimal): -14211759 or 5317927. OLE color: 5317927.

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

Color convert

RGB 39 37 81 -
CMYK 0.52 0.54 0 0.68
HSL 242.73º 0.37% 0.23% -
HSV(B) 242.73º 0.54% 0.32% -
XYZ 2.98 2.35 8.08 -
YUV 42.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 39 37 81 0.52 0.54 0 0.68 242.73 0.37 0.23
Hex 27 25 51 34 36 0 44 F3 25 17
Octal 47 45 121 64 66 0 104 363 45 27
Binary 100111 100101 1010001 110100 110110 0 1000100 11110011 100101 10111

Color Harmonies of #272551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272551

Black with #272551

Text Example


Text Example

White with #272551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272551; }

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

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

background-color css

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

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

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

border-color css

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

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

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