Html Css Color HEX #272148 Paua

📋 copy color: '#272148'

red 39 ◦ green 33 ◦ blue 72

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

Shades of Paua #272148

Tints of Paua #272148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.92%

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

R = 27.08%
G = 22.92%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#272148 (or 0x272148) is known color: Paua. HEX triplet: 27, 21 and 48. RGB value is (39,33,72). Sum of RGB (Red+Green+Blue) = 39+33+72=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #272148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272148 is #D8DEB7. Grayscale: #272727. Windows color (decimal): -14212792 or 4727079. OLE color: 4727079.

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

Color convert

RGB 39 33 72 -
CMYK 0.46 0.54 0 0.72
HSL 249.23º 0.37% 0.21% -
HSV(B) 249.23º 0.54% 0.28% -
XYZ 2.55 1.99 6.38 -
YUV 39.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 39 33 72 0.46 0.54 0 0.72 249.23 0.37 0.21
Hex 27 21 48 2E 36 0 48 F9 25 15
Octal 47 41 110 56 66 0 110 371 45 25
Binary 100111 100001 1001000 101110 110110 0 1001000 11111001 100101 10101

Color Harmonies of #272148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272148

Black with #272148

Text Example


Text Example

White with #272148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272148; }

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

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

background-color css

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

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

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

border-color css

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

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

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