#1D1252

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

Shades of Paua #1D1252

Tints of Paua #1D1252

Color information

#1D1252 (or 0x1D1252) is unknown color: approx Paua. HEX triplet: 1D, 12 and 52. RGB value is (29,18,82). Sum of RGB (Red+Green+Blue) = 29+18+82=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 82 (32.42% from 255 or 63.57% from 129); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D1252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1252 is #E2EDAD. Grayscale: #1C1C1C. Windows color (decimal): -14871982 or 5378589. OLE color: 5378589.

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

Color convert

RGB291882-
CMYK0.650.7800.68
HSL250.31º64%19.61%-
HSV(B)250.31º78.05%32.16%-
XYZ2.251.38.12-
YUV28.58158.14128.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.48%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 82 (32.42% from 255) = 63.57%
R=22.48%
G=13.95%
B=63.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2918820.650.7800.68250.316419.61
Hex1D1252414E044fa4014
Octal3522122101116010437210024
Binary11101100101010010100000110011100100010011111010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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