#1F1159

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

Shades of Paua #1F1159

Tints of Paua #1F1159

Color information

#1F1159 (or 0x1F1159) is unknown color: approx Paua. HEX triplet: 1F, 11 and 59. RGB value is (31,17,89). Sum of RGB (Red+Green+Blue) = 31+17+89=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F1159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1159 is #E0EEA6. Grayscale: #1D1D1D. Windows color (decimal): -14741159 or 5837087. OLE color: 5837087.

HSL color Cylindrical-coordinate representation of color #1F1159: hue angle of 251.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F1159 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB311789-
CMYK0.650.8100.65
HSL251.67º67.92%20.78%-
HSV(B)251.67º80.9%34.9%-
XYZ2.571.419.59-
YUV29.39161.64129.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.63%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 89 (35.16% from 255) = 64.96%
R=22.63%
G=12.41%
B=64.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3117890.650.8100.65251.6767.9220.78
Hex1F11594151041fc4415
Octal3721131101121010137410425
Binary11111100011011001100000110100010100000111111100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F1159; }

 p { color: rgb(31,17,89); }

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

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

 a { background-color: rgb(31,17,89); }

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

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

 span { border-color: rgb(31,17,89); }

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