#1F1651

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

Shades of Paua #1F1651

Tints of Paua #1F1651

Color information

#1F1651 (or 0x1F1651) is unknown color: approx Paua. HEX triplet: 1F, 16 and 51. RGB value is (31,22,81). Sum of RGB (Red+Green+Blue) = 31+22+81=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F1651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1651 is #E0E9AE. Grayscale: #1F1F1F. Windows color (decimal): -14739887 or 5314079. OLE color: 5314079.

HSL color Cylindrical-coordinate representation of color #1F1651: hue angle of 249.15º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F1651 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB312281-
CMYK0.620.7300.68
HSL249.15º57.28%20.2%-
HSV(B)249.15º72.84%31.76%-
XYZ2.341.467.94-
YUV31.42155.98127.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.13%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 81 (32.03% from 255) = 60.45%
R=23.13%
G=16.42%
B=60.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3122810.620.7300.68249.1557.2820.2
Hex1F16513E49044f93914
Octal37261217611101043717124
Binary111111011010100011111101001001010001001111100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,22,81); }

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

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

 a { background-color: rgb(31,22,81); }

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

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

 span { border-color: rgb(31,22,81); }

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