#27195B

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

Shades of Paua #27195B

Tints of Paua #27195B

Color information

#27195B (or 0x27195B) is unknown color: approx Paua. HEX triplet: 27, 19 and 5B. RGB value is (39,25,91). Sum of RGB (Red+Green+Blue) = 39+25+91=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #27195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27195B is #D8E6A4. Grayscale: #242424. Windows color (decimal): -14214821 or 5970215. OLE color: 5970215.

HSL color Cylindrical-coordinate representation of color #27195B: hue angle of 252.73º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27195B is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB392591-
CMYK0.570.7300.64
HSL252.73º56.9%22.75%-
HSV(B)252.73º72.53%35.69%-
XYZ3.071.8810.1-
YUV36.71158.64129.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 91 (35.94% from 255) = 58.71%
R=25.16%
G=16.13%
B=58.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3925910.570.7300.64252.7356.922.75
Hex27195B3949040fd3917
Octal47311337111101003757127
Binary1001111100110110111110011001001010000001111110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27195B; }

 p { color: rgb(39,25,91); }

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

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

 a { background-color: rgb(39,25,91); }

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

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

 span { border-color: rgb(39,25,91); }

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