#1F1552

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

Shades of Paua #1F1552

Tints of Paua #1F1552

Color information

#1F1552 (or 0x1F1552) is unknown color: approx Paua. HEX triplet: 1F, 15 and 52. RGB value is (31,21,82). Sum of RGB (Red+Green+Blue) = 31+21+82=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F1552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1552 is #E0EAAD. Grayscale: #1E1E1E. Windows color (decimal): -14740142 or 5379359. OLE color: 5379359.

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

Color convert

RGB312182-
CMYK0.620.7400.68
HSL249.84º59.22%20.2%-
HSV(B)249.84º74.39%32.16%-
XYZ2.361.448.14-
YUV30.94156.81128.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.13%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 82 (32.42% from 255) = 61.19%
R=23.13%
G=15.67%
B=61.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3121820.620.7400.68249.8459.2220.2
Hex1F15523E4A044fa3b14
Octal37251227611201043727324
Binary111111010110100101111101001010010001001111101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,21,82); }

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

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

 a { background-color: rgb(31,21,82); }

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

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

 span { border-color: rgb(31,21,82); }

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