#1D1655

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

Shades of Paua #1D1655

Tints of Paua #1D1655

Color information

#1D1655 (or 0x1D1655) is unknown color: approx Paua. HEX triplet: 1D, 16 and 55. RGB value is (29,22,85). Sum of RGB (Red+Green+Blue) = 29+22+85=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D1655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1655 is #E2E9AA. Grayscale: #1F1F1F. Windows color (decimal): -14870955 or 5576221. OLE color: 5576221.

HSL color Cylindrical-coordinate representation of color #1D1655: hue angle of 246.67º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D1655 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB292285-
CMYK0.660.7400.67
HSL246.67º58.88%20.98%-
HSV(B)246.67º74.12%33.33%-
XYZ2.431.498.75-
YUV31.28158.32126.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.32%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 85 (33.59% from 255) = 62.5%
R=21.32%
G=16.18%
B=62.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2922850.660.7400.67246.6758.8820.98
Hex1D1655424A043f73b15
Octal352612510211201033677325
Binary1110110110101010110000101001010010000111111011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,22,85); }

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

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

 a { background-color: rgb(29,22,85); }

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

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

 span { border-color: rgb(29,22,85); }

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