#271858

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

Shades of Paua #271858

Tints of Paua #271858

Color information

#271858 (or 0x271858) is unknown color: approx Paua. HEX triplet: 27, 18 and 58. RGB value is (39,24,88). Sum of RGB (Red+Green+Blue) = 39+24+88=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #271858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271858 is #D8E7A7. Grayscale: #232323. Windows color (decimal): -14215080 or 5773351. OLE color: 5773351.

HSL color Cylindrical-coordinate representation of color #271858: hue angle of 254.06º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #271858 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB392488-
CMYK0.560.7300.65
HSL254.06º57.14%21.96%-
HSV(B)254.06º72.73%34.51%-
XYZ2.921.799.42-
YUV35.78157.47130.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.83%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 88 (34.77% from 255) = 58.28%
R=25.83%
G=15.89%
B=58.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3924880.560.7300.65254.0657.1421.96
Hex2718583849041fe3916
Octal47301307011101013767126
Binary1001111100010110001110001001001010000011111111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271858; }

 p { color: rgb(39,24,88); }

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

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

 a { background-color: rgb(39,24,88); }

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

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

 span { border-color: rgb(39,24,88); }

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