#271D56

Color #271D56 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #271D56

Tints of Paua #271D56

Color information

#271D56 (or 0x271D56) is unknown color: approx Paua. HEX triplet: 27, 1D and 56. RGB value is (39,29,86). Sum of RGB (Red+Green+Blue) = 39+29+86=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #271D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271D56 is #D8E2A9. Grayscale: #262626. Windows color (decimal): -14213802 or 5643559. OLE color: 5643559.

HSL color Cylindrical-coordinate representation of color #271D56: hue angle of 250.53º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #271D56 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB392986-
CMYK0.550.6600.66
HSL250.53º49.57%22.55%-
HSV(B)250.53º66.28%33.73%-
XYZ2.961.989.03-
YUV38.49154.81128.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=25.32%
G=18.83%
B=55.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3929860.550.6600.66250.5349.5722.55
Hex271D563742042fb3217
Octal47351266710201023736227
Binary1001111110110101101101111000010010000101111101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,29,86); }

 H1.HeaderClassName
 {
   color: #271D56;
 }
 .AnyTagClassName
 {
   color: #271D56;
 }
</style>
background-color css

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

 a { background-color: rgb(39,29,86); }

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

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

 span { border-color: rgb(39,29,86); }

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