Html Css Color HEX #201350 Paua

📋 copy color: '#201350'

red 32 ◦ green 19 ◦ blue 80

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

Shades of Paua #201350

Tints of Paua #201350

RGB

 RED value IS 32 (12.89% from 255) = 24.43%

 GREEN value IS 19 (7.81% from 255) = 14.5%

 BLUE value IS 80 (31.64% from 255) = 61.07%

R = 24.43%
G = 14.5%
B = 61.07%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#201350 (or 0x201350) is known color: Paua. HEX triplet: 20, 13 and 50. RGB value is (32,19,80). Sum of RGB (Red+Green+Blue) = 32+19+80=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #201350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201350 is #DFECAF. Grayscale: #1D1D1D. Windows color (decimal): -14675120 or 5247776. OLE color: 5247776.

HSL color Cylindrical-coordinate representation of color #201350: hue angle of 252.79º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201350 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 19 80 -
CMYK 0.60 0.76 0 0.69
HSL 252.79º 0.62% 0.19% -
HSV(B) 252.79º 0.76% 0.31% -
XYZ 2.28 1.35 7.73 -
YUV 29.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 32 19 80 0.60 0.76 0 0.69 252.79 0.62 0.19
Hex 20 13 50 3C 4C 0 45 FD 3E 13
Octal 40 23 120 74 114 0 105 375 76 23
Binary 100000 10011 1010000 111100 1001100 0 1000101 11111101 111110 10011

Color Harmonies of #201350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201350

Black with #201350

Text Example


Text Example

White with #201350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201350; }

 p { color: rgb(32,19,80); }

 H1.HeaderClassName
 {
   color: #201350;
 }
 .AnyTagClassName
 {
   color: #201350;
 }
</style>

background-color css

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

 a { background-color: rgb(32,19,80); }

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

border-color css

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

 span { border-color: rgb(32,19,80); }

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