Html Css Color HEX #201C47 Paua

📋 copy color: '#201C47'

red 32 ◦ green 28 ◦ blue 71

#201C47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #201C47

Tints of Paua #201C47

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.13% from 255) = 54.2%

R = 24.43%
G = 21.37%
B = 54.2%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#201C47 (or 0x201C47) is known color: 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

RGB 32 28 71 -
CMYK 0.55 0.61 0 0.72
HSL 245.58º 0.43% 0.19% -
HSV(B) 245.58º 0.61% 0.28% -
XYZ 2.15 1.59 6.16 -
YUV 34.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 32 28 71 0.55 0.61 0 0.72 245.58 0.43 0.19
Hex 20 1C 47 37 3D 0 48 F6 2B 13
Octal 40 34 107 67 75 0 110 366 53 23
Binary 100000 11100 1000111 110111 111101 0 1001000 11110110 101011 10011

Color Harmonies of #201C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C47

Black with #201C47

Text Example


Text Example

White with #201C47

Text Example


Text Example

HTML Codes & Css Web 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>