Html Css Color HEX #272552 Paua

📋 copy color: '#272552'

red 39 ◦ green 37 ◦ blue 82

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

Shades of Paua #272552

Tints of Paua #272552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 51.9%

R = 24.68%
G = 23.42%
B = 51.9%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#272552 (or 0x272552) is known color: Paua. HEX triplet: 27, 25 and 52. RGB value is (39,37,82). Sum of RGB (Red+Green+Blue) = 39+37+82=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #272552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272552 is #D8DAAD. Grayscale: #2A2A2A. Windows color (decimal): -14211758 or 5383463. OLE color: 5383463.

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

Color convert

RGB 39 37 82 -
CMYK 0.52 0.55 0 0.68
HSL 242.67º 0.38% 0.23% -
HSV(B) 242.67º 0.55% 0.32% -
XYZ 3.02 2.36 8.28 -
YUV 42.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 39 37 82 0.52 0.55 0 0.68 242.67 0.38 0.23
Hex 27 25 52 34 37 0 44 F3 26 17
Octal 47 45 122 64 67 0 104 363 46 27
Binary 100111 100101 1010010 110100 110111 0 1000100 11110011 100110 10111

Color Harmonies of #272552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272552

Black with #272552

Text Example


Text Example

White with #272552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272552; }

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

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

background-color css

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

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

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

border-color css

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

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

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