Html Css Color HEX #272048 Paua

📋 copy color: '#272048'

red 39 ◦ green 32 ◦ blue 72

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

Shades of Paua #272048

Tints of Paua #272048

RGB

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

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

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

R = 27.27%
G = 22.38%
B = 50.35%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#272048 (or 0x272048) is known color: Paua. HEX triplet: 27, 20 and 48. RGB value is (39,32,72). Sum of RGB (Red+Green+Blue) = 39+32+72=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #272048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272048 is #D8DFB7. Grayscale: #262626. Windows color (decimal): -14213048 or 4726823. OLE color: 4726823.

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

Color convert

RGB 39 32 72 -
CMYK 0.46 0.56 0 0.72
HSL 250.5º 0.38% 0.2% -
HSV(B) 250.5º 0.56% 0.28% -
XYZ 2.52 1.93 6.37 -
YUV 38.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 39 32 72 0.46 0.56 0 0.72 250.5 0.38 0.2
Hex 27 20 48 2E 38 0 48 FB 26 14
Octal 47 40 110 56 70 0 110 373 46 24
Binary 100111 100000 1001000 101110 111000 0 1001000 11111011 100110 10100

Color Harmonies of #272048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272048

Black with #272048

Text Example


Text Example

White with #272048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272048; }

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

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

background-color css

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

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

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

border-color css

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

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

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