Html Css Color HEX #272052 Paua

📋 copy color: '#272052'

red 39 ◦ green 32 ◦ blue 82

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

Shades of Paua #272052

Tints of Paua #272052

RGB

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

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

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

R = 25.49%
G = 20.92%
B = 53.59%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#272052 (or 0x272052) is known color: Paua. HEX triplet: 27, 20 and 52. RGB value is (39,32,82). Sum of RGB (Red+Green+Blue) = 39+32+82=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #272052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272052 is #D8DFAD. Grayscale: #272727. Windows color (decimal): -14213038 or 5382183. OLE color: 5382183.

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

Color convert

RGB 39 32 82 -
CMYK 0.52 0.61 0 0.68
HSL 248.4º 0.44% 0.22% -
HSV(B) 248.4º 0.61% 0.32% -
XYZ 2.88 2.07 8.23 -
YUV 39.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 39 32 82 0.52 0.61 0 0.68 248.4 0.44 0.22
Hex 27 20 52 34 3D 0 44 F8 2C 16
Octal 47 40 122 64 75 0 104 370 54 26
Binary 100111 100000 1010010 110100 111101 0 1000100 11111000 101100 10110

Color Harmonies of #272052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272052

Black with #272052

Text Example


Text Example

White with #272052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272052; }

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

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

background-color css

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

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

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

border-color css

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

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

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