Html Css Color HEX #272548 Paua

📋 copy color: '#272548'

red 39 ◦ green 37 ◦ blue 72

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

Shades of Paua #272548

Tints of Paua #272548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 48.65%

R = 26.35%
G = 25%
B = 48.65%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#272548 (or 0x272548) is known color: Paua. HEX triplet: 27, 25 and 48. RGB value is (39,37,72). Sum of RGB (Red+Green+Blue) = 39+37+72=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #272548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272548 is #D8DAB7. Grayscale: #292929. Windows color (decimal): -14211768 or 4728103. OLE color: 4728103.

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

Color convert

RGB 39 37 72 -
CMYK 0.46 0.49 0 0.72
HSL 243.43º 0.32% 0.21% -
HSV(B) 243.43º 0.49% 0.28% -
XYZ 2.67 2.22 6.42 -
YUV 41.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 39 37 72 0.46 0.49 0 0.72 243.43 0.32 0.21
Hex 27 25 48 2E 31 0 48 F3 20 15
Octal 47 45 110 56 61 0 110 363 40 25
Binary 100111 100101 1001000 101110 110001 0 1001000 11110011 100000 10101

Color Harmonies of #272548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272548

Black with #272548

Text Example


Text Example

White with #272548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272548; }

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

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

background-color css

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

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

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

border-color css

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

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

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