#201252

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

Shades of Paua #201252

Tints of Paua #201252

Color information

#201252 (or 0x201252) is unknown color: approx Paua. HEX triplet: 20, 12 and 52. RGB value is (32,18,82). Sum of RGB (Red+Green+Blue) = 32+18+82=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 18 (7.42% from 255 or 13.64% 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 #201252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201252 is #DFEDAD. Grayscale: #1D1D1D. Windows color (decimal): -14675374 or 5378592. OLE color: 5378592.

HSL color Cylindrical-coordinate representation of color #201252: hue angle of 253.12º 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 #201252 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB321882-
CMYK0.610.7800.68
HSL253.12º64%19.61%-
HSV(B)253.12º78.05%32.16%-
XYZ2.331.358.12-
YUV29.48157.64129.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.24%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 82 (32.42% from 255) = 62.12%
R=24.24%
G=13.64%
B=62.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3218820.610.7800.68253.126419.61
Hex2012523D4E044fd4014
Octal402212275116010437510024
Binary10000010010101001011110110011100100010011111101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201252; }

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

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

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

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

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

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

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

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