#272550

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

Shades of Paua #272550

Tints of Paua #272550

Color information

#272550 (or 0x272550) is unknown color: approx Paua. HEX triplet: 27, 25 and 50. RGB value is (39,37,80). Sum of RGB (Red+Green+Blue) = 39+37+80=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #272550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272550 is #D8DAAF. Grayscale: #2A2A2A. Windows color (decimal): -14211760 or 5252391. OLE color: 5252391.

HSL color Cylindrical-coordinate representation of color #272550: hue angle of 242.79º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #272550 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB393780-
CMYK0.510.5400.69
HSL242.79º36.75%22.94%-
HSV(B)242.79º53.75%31.37%-
XYZ2.952.337.88-
YUV42.5149.16125.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=25%
G=23.72%
B=51.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3937800.510.5400.69242.7936.7522.94
Hex2725503336045f32517
Octal4745120636601053634527
Binary1001111001011010000110011110110010001011111001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272550; }

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

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

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

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

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

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

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

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