#1D1552

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

Shades of Paua #1D1552

Tints of Paua #1D1552

Color information

#1D1552 (or 0x1D1552) is unknown color: approx Paua. HEX triplet: 1D, 15 and 52. RGB value is (29,21,82). Sum of RGB (Red+Green+Blue) = 29+21+82=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D1552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1552 is #E2EAAD. Grayscale: #1E1E1E. Windows color (decimal): -14871214 or 5379357. OLE color: 5379357.

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

Color convert

RGB292182-
CMYK0.650.7400.68
HSL247.87º59.22%20.2%-
HSV(B)247.87º74.39%32.16%-
XYZ2.31.418.13-
YUV30.35157.15127.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.97%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 82 (32.42% from 255) = 62.12%
R=21.97%
G=15.91%
B=62.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2921820.650.7400.68247.8759.2220.2
Hex1D1552414A044f83b14
Octal352512210111201043707324
Binary1110110101101001010000011001010010001001111100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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