#1D1551

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

Shades of Paua #1D1551

Tints of Paua #1D1551

Color information

#1D1551 (or 0x1D1551) is unknown color: approx Paua. HEX triplet: 1D, 15 and 51. RGB value is (29,21,81). Sum of RGB (Red+Green+Blue) = 29+21+81=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #1D1551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1551 is #E2EAAE. Grayscale: #1D1D1D. Windows color (decimal): -14871215 or 5313821. OLE color: 5313821.

HSL color Cylindrical-coordinate representation of color #1D1551: hue angle of 248º 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 #1D1551 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB292181-
CMYK0.640.7400.68
HSL248º58.82%20%-
HSV(B)248º74.07%31.76%-
XYZ2.261.397.93-
YUV30.23156.65127.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.14%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 81 (32.03% from 255) = 61.83%
R=22.14%
G=16.03%
B=61.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2921810.640.7400.6824858.8220
Hex1D1551404A044f83b14
Octal352512110011201043707324
Binary1110110101101000110000001001010010001001111100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,21,81); }

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

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

 a { background-color: rgb(29,21,81); }

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

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

 span { border-color: rgb(29,21,81); }

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