Html Css Color HEX #201252 Paua

📋 copy color: '#201252'

red 32 ◦ green 18 ◦ blue 82

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

Shades of Paua #201252

Tints of Paua #201252

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 value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#201252 (or 0x201252) is known color: 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

RGB 32 18 82 -
CMYK 0.61 0.78 0 0.68
HSL 253.13º 0.64% 0.2% -
HSV(B) 253.13º 0.78% 0.32% -
XYZ 2.33 1.35 8.12 -
YUV 29.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 32 18 82 0.61 0.78 0 0.68 253.13 0.64 0.2
Hex 20 12 52 3D 4E 0 44 FD 40 14
Octal 40 22 122 75 116 0 104 375 100 24
Binary 100000 10010 1010010 111101 1001110 0 1000100 11111101 1000000 10100

Color Harmonies of #201252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201252

Black with #201252

Text Example


Text Example

White with #201252

Text Example


Text Example

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