Html Css Color HEX #272254 Paua

📋 copy color: '#272254'

red 39 ◦ green 34 ◦ blue 84

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

Shades of Paua #272254

Tints of Paua #272254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 53.5%

R = 24.84%
G = 21.66%
B = 53.5%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#272254 (or 0x272254) is known color: Paua. HEX triplet: 27, 22 and 54. RGB value is (39,34,84). Sum of RGB (Red+Green+Blue) = 39+34+84=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #272254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272254 is #D8DDAB. Grayscale: #292929. Windows color (decimal): -14212524 or 5513767. OLE color: 5513767.

HSL color Cylindrical-coordinate representation of color #272254: hue angle of 246º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #272254 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 34 84 -
CMYK 0.54 0.60 0 0.67
HSL 246º 0.42% 0.23% -
HSV(B) 246º 0.6% 0.33% -
XYZ 3.01 2.22 8.66 -
YUV 41.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 39 34 84 0.54 0.60 0 0.67 246 0.42 0.23
Hex 27 22 54 36 3C 0 43 F6 2A 17
Octal 47 42 124 66 74 0 103 366 52 27
Binary 100111 100010 1010100 110110 111100 0 1000011 11110110 101010 10111

Color Harmonies of #272254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272254

Black with #272254

Text Example


Text Example

White with #272254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272254; }

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

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

background-color css

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

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

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

border-color css

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

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

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