Html Css Color HEX #271F51 Paua

📋 copy color: '#271F51'

red 39 ◦ green 31 ◦ blue 81

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

Shades of Paua #271F51

Tints of Paua #271F51

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.53%

 BLUE value IS 81 (32.03% from 255) = 53.64%

R = 25.83%
G = 20.53%
B = 53.64%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#271F51 (or 0x271F51) is known color: Paua. HEX triplet: 27, 1F and 51. RGB value is (39,31,81). Sum of RGB (Red+Green+Blue) = 39+31+81=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #271F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271F51 is #D8E0AE. Grayscale: #262626. Windows color (decimal): -14213295 or 5316391. OLE color: 5316391.

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

Color convert

RGB 39 31 81 -
CMYK 0.52 0.62 0 0.68
HSL 249.6º 0.45% 0.22% -
HSV(B) 249.6º 0.62% 0.32% -
XYZ 2.81 2.01 8.02 -
YUV 39.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 39 31 81 0.52 0.62 0 0.68 249.6 0.45 0.22
Hex 27 1F 51 34 3E 0 44 FA 2D 16
Octal 47 37 121 64 76 0 104 372 55 26
Binary 100111 11111 1010001 110100 111110 0 1000100 11111010 101101 10110

Color Harmonies of #271F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271F51

Black with #271F51

Text Example


Text Example

White with #271F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271F51; }

 p { color: rgb(39,31,81); }

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

background-color css

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

 a { background-color: rgb(39,31,81); }

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

border-color css

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

 span { border-color: rgb(39,31,81); }

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