#201C47

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

Shades of Paua #201C47

Tints of Paua #201C47

Color information

#201C47 (or 0x201C47) is unknown color: approx Paua. HEX triplet: 20, 1C and 47. RGB value is (32,28,71). Sum of RGB (Red+Green+Blue) = 32+28+71=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #201C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C47 is #DFE3B8. Grayscale: #212121. Windows color (decimal): -14672825 or 4660256. OLE color: 4660256.

HSL color Cylindrical-coordinate representation of color #201C47: hue angle of 245.58º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #201C47 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB322871-
CMYK0.550.6100.72
HSL245.58º43.43%19.41%-
HSV(B)245.58º60.56%27.84%-
XYZ2.151.596.16-
YUV34.1148.83126.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.43%
GREEN value IS 28 (11.33% from 255) = 21.37%
BLUE value IS 71 (28.12% from 255) = 54.20%
R=24.43%
G=21.37%
B=54.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3228710.550.6100.72245.5843.4319.41
Hex201C47373D048f62b13
Octal4034107677501103665323
Binary100000111001000111110111111101010010001111011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201C47; }

 p { color: rgb(32,28,71); }

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

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

 a { background-color: rgb(32,28,71); }

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

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

 span { border-color: rgb(32,28,71); }

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